Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
CLA: trivial
This commit is contained in:
Paul Hovey 2016-12-05 16:57:25 -05:00 committed by Matt Caswell
parent 036ba500f7
commit 8bd62abe00

View File

@ -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)