Update to OpenSSL 1.0.2.o
This commit is contained in:
@@ -116,7 +116,7 @@ int main(int argc, char *argv[])
|
||||
CRYPTO_malloc_init();
|
||||
# endif
|
||||
|
||||
RAND_seed(rnd_seed, sizeof rnd_seed);
|
||||
RAND_seed(rnd_seed, sizeof(rnd_seed));
|
||||
|
||||
out = BIO_new(BIO_s_file());
|
||||
if (out == NULL)
|
||||
|
||||
Reference in New Issue
Block a user