diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/bio/bio.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/lib/libcrypto/bio/bio.h b/src/lib/libcrypto/bio/bio.h index 4f1d02ada5..9bae034daa 100644 --- a/src/lib/libcrypto/bio/bio.h +++ b/src/lib/libcrypto/bio/bio.h | |||
@@ -69,11 +69,7 @@ | |||
69 | #include <openssl/crypto.h> | 69 | #include <openssl/crypto.h> |
70 | 70 | ||
71 | #ifndef OPENSSL_NO_SCTP | 71 | #ifndef OPENSSL_NO_SCTP |
72 | # ifndef OPENSSL_SYS_VMS | ||
73 | # include <stdint.h> | 72 | # include <stdint.h> |
74 | # else | ||
75 | # include <inttypes.h> | ||
76 | # endif | ||
77 | #endif | 73 | #endif |
78 | 74 | ||
79 | #ifdef __cplusplus | 75 | #ifdef __cplusplus |
@@ -671,16 +667,11 @@ BIO_METHOD *BIO_s_socket(void); | |||
671 | BIO_METHOD *BIO_s_connect(void); | 667 | BIO_METHOD *BIO_s_connect(void); |
672 | BIO_METHOD *BIO_s_accept(void); | 668 | BIO_METHOD *BIO_s_accept(void); |
673 | BIO_METHOD *BIO_s_fd(void); | 669 | BIO_METHOD *BIO_s_fd(void); |
674 | #ifndef OPENSSL_SYS_OS2 | ||
675 | BIO_METHOD *BIO_s_log(void); | 670 | BIO_METHOD *BIO_s_log(void); |
676 | #endif | ||
677 | BIO_METHOD *BIO_s_bio(void); | 671 | BIO_METHOD *BIO_s_bio(void); |
678 | BIO_METHOD *BIO_s_null(void); | 672 | BIO_METHOD *BIO_s_null(void); |
679 | BIO_METHOD *BIO_f_null(void); | 673 | BIO_METHOD *BIO_f_null(void); |
680 | BIO_METHOD *BIO_f_buffer(void); | 674 | BIO_METHOD *BIO_f_buffer(void); |
681 | #ifdef OPENSSL_SYS_VMS | ||
682 | BIO_METHOD *BIO_f_linebuffer(void); | ||
683 | #endif | ||
684 | BIO_METHOD *BIO_f_nbio_test(void); | 675 | BIO_METHOD *BIO_f_nbio_test(void); |
685 | #ifndef OPENSSL_NO_DGRAM | 676 | #ifndef OPENSSL_NO_DGRAM |
686 | BIO_METHOD *BIO_s_datagram(void); | 677 | BIO_METHOD *BIO_s_datagram(void); |