#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 */
#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 */
#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