fix undoes errors introduced by https://github.com/openssl/openssl/commit/fc6076ca272...
[openssl.git] / 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)