define RFILE only in the file that needs it
authorderaadt <deraadt@openbsd.org>
Fri, 18 Apr 2014 11:31:16 +0000 (11:31 +0000)
committerderaadt <deraadt@openbsd.org>
Fri, 18 Apr 2014 11:31:16 +0000 (11:31 +0000)
lib/libcrypto/rand/randfile.c
lib/libssl/src/crypto/rand/randfile.c
lib/libssl/src/e_os.h

index 9ba1033..c47d1f7 100644 (file)
@@ -74,7 +74,7 @@
 #define BUFSIZE        1024
 #define RAND_DATA 1024
 
-/* #define RFILE ".rnd" - defined in ../../e_os.h */
+#define RFILE           ".rnd"
 
 /* Note that these functions are intended for seed files only.
  * Entropy devices and EGD sockets are handled in rand_unix.c */
index 9ba1033..c47d1f7 100644 (file)
@@ -74,7 +74,7 @@
 #define BUFSIZE        1024
 #define RAND_DATA 1024
 
-/* #define RFILE ".rnd" - defined in ../../e_os.h */
+#define RFILE           ".rnd"
 
 /* Note that these functions are intended for seed files only.
  * Entropy devices and EGD sockets are handled in rand_unix.c */
index 8efb7f2..7de4dc0 100644 (file)
 
 #include <openssl/e_os2.h>
 
-#ifdef  __cplusplus
-extern "C" {
-#endif
-
 #define OPENSSL_CONF   "openssl.cnf"
-#define RFILE          ".rnd"
 
 #define OPENSSL_USE_IPV6 1
 
-#ifdef  __cplusplus
-}
-#endif
-
 #endif