From 02be298e504b8554caca6dc85af450e1ea44d19d Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Tue, 27 Mar 2018 17:03:01 +0000 Subject: Import OpenSSL 1.0.2o. --- crypto/threads/mttest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/threads') diff --git a/crypto/threads/mttest.c b/crypto/threads/mttest.c index dbff4a69f3a4..b26ed28aa9f6 100644 --- a/crypto/threads/mttest.c +++ b/crypto/threads/mttest.c @@ -190,7 +190,7 @@ int main(int argc, char *argv[]) char *ccert = TEST_CLIENT_CERT; const SSL_METHOD *ssl_method = SSLv23_method(); - RAND_seed(rnd_seed, sizeof rnd_seed); + RAND_seed(rnd_seed, sizeof(rnd_seed)); if (bio_err == NULL) bio_err = BIO_new_fd(2, BIO_NOCLOSE); -- cgit v1.2.3