aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
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
parent311e209931ab32ea5ff4d69088ecabf85eee2680 (diff)
downloadopenssl-cd4c36adb8cf159a1ea86a3e0b1ff2f222016937.tar.gz
Add support for shared libraries with OS/2.
PR: 124
Diffstat (limited to 'crypto')
-rw-r--r--crypto/bio/bio.h2
-rw-r--r--crypto/symhacks.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/crypto/bio/bio.h b/crypto/bio/bio.h
index 8aefeac3d7..c5caf253c9 100644
--- a/crypto/bio/bio.h
+++ b/crypto/bio/bio.h
@@ -554,7 +554,9 @@ BIO_METHOD *BIO_s_socket(void);
BIO_METHOD *BIO_s_connect(void);
BIO_METHOD *BIO_s_accept(void);
BIO_METHOD *BIO_s_fd(void);
+#ifndef OPENSSL_SYS_OS2
BIO_METHOD *BIO_s_log(void);
+#endif
BIO_METHOD *BIO_s_bio(void);
BIO_METHOD *BIO_s_null(void);
BIO_METHOD *BIO_f_null(void);
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