Import OpenSSL 1.1.0h
This commit is contained in:
@@ -237,7 +237,7 @@ int main(int argc, char *argv[])
|
||||
CRYPTO_set_mem_debug(1);
|
||||
CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ON);
|
||||
|
||||
RAND_seed(rnd_seed, sizeof rnd_seed); /* or OAEP may fail */
|
||||
RAND_seed(rnd_seed, sizeof(rnd_seed)); /* or OAEP may fail */
|
||||
|
||||
plen = sizeof(ptext_ex) - 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user