summaryrefslogtreecommitdiffstats
path: root/crypto/rand
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 14:11:03 +0000
commite9c0fa9f5feb3b3687f34681d0f7618f496ce41f (patch)
tree0192725c37cdb82e4b36ee4c2d6a51b70dbb1377 /crypto/rand
parent5c75e43d84ca6a56adba5bab37b868576ff8b209 (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 (cherry picked from commit 8bd62abe00b893573920a7a12769fb00bd8da234)
Diffstat (limited to 'crypto/rand')
-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)