#ifdef WIN32 /* Win32 doesn't have random() or lstat */
#define random() rand()
#define initstate(x,y,z) srand(x)
#ifdef WIN32 /* Win32 doesn't have random() or lstat */
#define random() rand()
#define initstate(x,y,z) srand(x)
static uint32_t F(BLOWFISH_CTX *ctx, uint32_t x);
static const uint32_t ORIG_P[16 + 2] = {
static uint32_t F(BLOWFISH_CTX *ctx, uint32_t x);
static const uint32_t ORIG_P[16 + 2] = {
{
unsigned char keyL[PASSWD_LEN];
memset(keyL, 0, PASSWD_LEN);
{
unsigned char keyL[PASSWD_LEN];
memset(keyL, 0, PASSWD_LEN);