diff options
author | tedu <> | 2014-04-16 19:42:24 +0000 |
---|---|---|
committer | tedu <> | 2014-04-16 19:42:24 +0000 |
commit | 5fb0ca0ddf59f49b49200128095fb2d4a1577020 (patch) | |
tree | 83bea3615bf607b22ec4199424903c29c83f04d4 /src/lib/libcrypto/bio/bio.h | |
parent | 980353a54aa762841b1a8478c04a6c39759520b3 (diff) | |
download | openbsd-5fb0ca0ddf59f49b49200128095fb2d4a1577020.tar.gz openbsd-5fb0ca0ddf59f49b49200128095fb2d4a1577020.tar.bz2 openbsd-5fb0ca0ddf59f49b49200128095fb2d4a1577020.zip |
> As I walk through the valley of the shadow of death
> I take a look at my life and realize there's nothin' left
> Cause I've been blasting and laughing so long,
> That even my mama thinks that my mind is gone
Remove even more unspeakable evil being perpetuated in the name of VMS.
(and lesser evils done in the name of others.)
ok miod
Diffstat (limited to 'src/lib/libcrypto/bio/bio.h')
-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); |