Examples: "./configure --disable-hashdrbg CFLAGS="-DCUSTOM_RAND_GENERATE_BLOCK= custom_rand_generate_block". OR /* RNG */ //#define HAVE_HASHDRBG extern int custom_rand_generate_block(unsigned char* output, unsigned int sz);
Examples: "./configure --disable-hashdrbg CFLAGS="-DCUSTOM_RAND_GENERATE_BLOCK= custom_rand_generate_block". OR /* RNG */ //#define HAVE_HASHDRBG extern int custom_rand_generate_block(unsigned char* output, unsigned int sz);