summaryrefslogtreecommitdiffstats
path: root/crypto/bio
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/bio
parent311e209931ab32ea5ff4d69088ecabf85eee2680 (diff)
Add support for shared libraries with OS/2.
PR: 124
Diffstat (limited to 'crypto/bio')
-rw-r--r--crypto/bio/bio.h2
1 files changed, 2 insertions, 0 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);