fix undoes errors introduced by https://github.com/openssl/openssl/commit/fc6076ca272...
authorPaul Hovey <paulh@us.megatrends.com>
Mon, 5 Dec 2016 21:57:25 +0000 (16:57 -0500)
committerMatt Caswell <matt@openssl.org>
Mon, 12 Dec 2016 13:50:17 +0000 (13:50 +0000)
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
CLA: trivial

crypto/rand/randfile.c

index c96383a431ad28d3357137d27688504415ec8203..d08d8238a514743f01ce332afabf5da39dbec230 100644 (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)