From 8bd62abe00b893573920a7a12769fb00bd8da234 Mon Sep 17 00:00:00 2001 From: Paul Hovey Date: Mon, 5 Dec 2016 16:57:25 -0500 Subject: [PATCH] fix undoes errors introduced by https://github.com/openssl/openssl/commit/fc6076ca272f74eb1364c29e6974ad5da5ef9777?diff=split#diff-1014acebaa2c13d44ca196b9a433ef2eR184 Reviewed-by: Richard Levitte Reviewed-by: Matt Caswell CLA: trivial --- crypto/rand/randfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/rand/randfile.c b/crypto/rand/randfile.c index c96383a431..d08d8238a5 100644 --- a/crypto/rand/randfile.c +++ b/crypto/rand/randfile.c @@ -208,9 +208,9 @@ int RAND_write_file(const char *file) */ return 1; } -# endif } #endif +#endif #if defined(O_CREAT) && !defined(OPENSSL_NO_POSIX_IO) && \ !defined(OPENSSL_SYS_VMS) && !defined(OPENSSL_SYS_WINDOWS) -- 2.40.0