aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/symhacks.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-07-17 13:27:43 +0000
committerRichard Levitte <levitte@openssl.org>2002-07-17 13:27:43 +0000
commitcd4c36adb8cf159a1ea86a3e0b1ff2f222016937 (patch)
treeaaf7447eaa707fff79184a369fa995130ed36f2e /crypto/symhacks.h
parent311e209931ab32ea5ff4d69088ecabf85eee2680 (diff)
downloadopenssl-cd4c36adb8cf159a1ea86a3e0b1ff2f222016937.tar.gz
Add support for shared libraries with OS/2.
PR: 124
Diffstat (limited to 'crypto/symhacks.h')
-rw-r--r--crypto/symhacks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/symhacks.h b/crypto/symhacks.h
index 21022d9516..ff558a43d8 100644
--- a/crypto/symhacks.h
+++ b/crypto/symhacks.h
@@ -249,7 +249,7 @@
/* Case insensiteve linking causes problems.... */
-#if defined(OPENSSL_SYS_WIN16) || defined(OPENSSL_SYS_VMS)
+#if defined(OPENSSL_SYS_WIN16) || defined(OPENSSL_SYS_VMS) || defined(OPENSSL_SYS_OS2)
#undef ERR_load_CRYPTO_strings
#define ERR_load_CRYPTO_strings ERR_load_CRYPTOlib_strings
#undef OCSP_crlID_new