summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-03-30 10:59:32 +0100
committerMatt Caswell <matt@openssl.org>2016-03-30 10:59:32 +0100
commit0c767ddcbbbddf79ae61a4b307df0115ced0c110 (patch)
treea2096479f08c40d6481c7cbbe1916e708561c040 /include
parent84af71a916d0bfce4dde135e4a5fe60d75f4940c (diff)
Fix build compilation failures
BIO_f_linebuffer() is now built by default instead of just on VMS, but the prototype in the header was still only available on VMS. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'include')
-rw-r--r--include/openssl/bio.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/openssl/bio.h b/include/openssl/bio.h
index 09aeea1840..a32c2d3886 100644
--- a/include/openssl/bio.h
+++ b/include/openssl/bio.h
@@ -631,9 +631,7 @@ const BIO_METHOD *BIO_s_bio(void);
const BIO_METHOD *BIO_s_null(void);
const BIO_METHOD *BIO_f_null(void);
const BIO_METHOD *BIO_f_buffer(void);
-# ifdef OPENSSL_SYS_VMS
const BIO_METHOD *BIO_f_linebuffer(void);
-# endif
const BIO_METHOD *BIO_f_nbio_test(void);
# ifndef OPENSSL_NO_DGRAM
const BIO_METHOD *BIO_s_datagram(void);