projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c75e43
)
fix undoes errors introduced by https://github.com/openssl/openssl/commit/fc6076ca272...
author
Paul Hovey
<paulh@us.megatrends.com>
Mon, 5 Dec 2016 21:57:25 +0000
(16:57 -0500)
committer
Matt Caswell
<matt@openssl.org>
Mon, 12 Dec 2016 14:11:03 +0000
(14:11 +0000)
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
CLA: trivial
(cherry picked from commit
8bd62abe00b893573920a7a12769fb00bd8da234
)
crypto/rand/randfile.c
patch
|
blob
|
history
diff --git
a/crypto/rand/randfile.c
b/crypto/rand/randfile.c
index c96383a431ad28d3357137d27688504415ec8203..d08d8238a514743f01ce332afabf5da39dbec230 100644
(file)
--- 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)