summaryrefslogtreecommitdiffstats
path: root/crypto/cast
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-04-03 14:03:19 +0000
committerBodo Möller <bodo@openssl.org>2001-04-03 14:03:19 +0000
commita95d2c5133e1a71671739e97d34dabc93bdf9cbc (patch)
tree4a0a6b507e6c385709cfe5f67ae2dec908927d3d /crypto/cast
parent1876cc32ae49de85d99bae62de22534b00939145 (diff)
Make sure OPENSSL_SYS_... is defined when we need it.
Diffstat (limited to 'crypto/cast')
-rw-r--r--crypto/cast/cast_lcl.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/crypto/cast/cast_lcl.h b/crypto/cast/cast_lcl.h
index f11e3b3ee9..37f41cc6a4 100644
--- a/crypto/cast/cast_lcl.h
+++ b/crypto/cast/cast_lcl.h
@@ -56,13 +56,14 @@
* [including the GNU Public Licence.]
*/
+
+#include "e_os.h"
+
#ifdef OPENSSL_SYS_WIN32
#include <stdlib.h>
#endif
-#include "e_os.h" /* OPENSSL_EXTERN */
-
#ifdef OPENSSL_BUILD_SHLIBCRYPTO
# undef OPENSSL_EXTERN
# define OPENSSL_EXTERN OPENSSL_EXPORT