From 26da3e65ac3ecf05c7567b0c62ee515814babf31 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sun, 31 Dec 2000 00:23:17 +0000 Subject: If OPENSSL_BUILD_SHLIBCRYPTO (for files that end up as libcrypto objects) or OPENSSL_BUILD_SHLIBSSL (for files that end up as libssl objects) is defined, redefine OPENSSL_EXTERN to be OPENSSL_EXPORT. This is actually only important on Win32, and can safely be ignored in all other cases, at least for now. --- crypto/des/des_locl.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'crypto/des/des_locl.h') diff --git a/crypto/des/des_locl.h b/crypto/des/des_locl.h index 1ace8f5930..6b4da958a8 100644 --- a/crypto/des/des_locl.h +++ b/crypto/des/des_locl.h @@ -93,6 +93,11 @@ #include #endif +#ifdef OPENSSL_BUILD_SHLIBCRYPTO +# undef OPENSSL_EXTERN +# define OPENSSL_EXTERN OPENSSL_EXPORT +#endif + #define ITERATIONS 16 #define HALF_ITERATIONS 8 -- cgit v1.2.3