Loading crypto/rand/md_rand.c +2 −2 Original line number Diff line number Diff line Loading @@ -644,9 +644,9 @@ void rand_hw_xor(unsigned char *buf, size_t num) #else static void rand_hw_seed(EVP_MD_CTX *ctx) static int rand_hw_seed(EVP_MD_CTX *ctx) { return; return 1; } void rand_hw_xor(unsigned char *buf, size_t num) Loading Loading
crypto/rand/md_rand.c +2 −2 Original line number Diff line number Diff line Loading @@ -644,9 +644,9 @@ void rand_hw_xor(unsigned char *buf, size_t num) #else static void rand_hw_seed(EVP_MD_CTX *ctx) static int rand_hw_seed(EVP_MD_CTX *ctx) { return; return 1; } void rand_hw_xor(unsigned char *buf, size_t num) Loading