summaryrefslogtreecommitdiffstats
path: root/crypto/bio
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-07-17 13:28:29 +0000
committerRichard Levitte <levitte@openssl.org>2002-07-17 13:28:29 +0000
commit205a4a95717c669b0ced7e3b4d262d2475c79cf0 (patch)
tree1bd42bfc5a5265b3623b3b65dbe9b02900413e06 /crypto/bio
parent44279d463884070d86053cbdcecf43ab4875b13e (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);