summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Hovey <paulh@us.megatrends.com>2016-12-05 16:57:25 -0500
committerMatt Caswell <matt@openssl.org>2016-12-12 13:50:17 +0000
commit8bd62abe00b893573920a7a12769fb00bd8da234 (patch)
treed97bff06c61d3eb5353c9a16bbe658bd798b0791
parent036ba500f7886ca2e7231549fa574ec2cdd45cef (diff)
fix undoes errors introduced by https://github.com/openssl/openssl/commit/fc6076ca272f74eb1364c29e6974ad5da5ef9777?diff=split#diff-1014acebaa2c13d44ca196b9a433ef2eR184
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> CLA: trivial
-rw-r--r--crypto/rand/randfile.c2
1 files changed, 1 insertions, 1 deletions
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)