From: Paul Hovey Date: Mon, 5 Dec 2016 21:57:25 +0000 (-0500) Subject: fix undoes errors introduced by https://github.com/openssl/openssl/commit/fc6076ca272... X-Git-Tag: OpenSSL_1_1_0d~81 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e9c0fa9f5feb3b3687f34681d0f7618f496ce41f;p=oweals%2Fopenssl.git 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 (cherry picked from commit 8bd62abe00b893573920a7a12769fb00bd8da234) --- 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)