diff options
Diffstat (limited to 'src/lib/libssl/ssl.h')
-rw-r--r-- | src/lib/libssl/ssl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl.h b/src/lib/libssl/ssl.h index 49b85ea042..ac2030a0a5 100644 --- a/src/lib/libssl/ssl.h +++ b/src/lib/libssl/ssl.h | |||
@@ -1651,9 +1651,7 @@ SSL_SESSION *SSL_SESSION_new(void); | |||
1651 | const unsigned char *SSL_SESSION_get_id(const SSL_SESSION *s, | 1651 | const unsigned char *SSL_SESSION_get_id(const SSL_SESSION *s, |
1652 | unsigned int *len); | 1652 | unsigned int *len); |
1653 | unsigned int SSL_SESSION_get_compress_id(const SSL_SESSION *s); | 1653 | unsigned int SSL_SESSION_get_compress_id(const SSL_SESSION *s); |
1654 | #ifndef OPENSSL_NO_FP_API | ||
1655 | int SSL_SESSION_print_fp(FILE *fp, const SSL_SESSION *ses); | 1654 | int SSL_SESSION_print_fp(FILE *fp, const SSL_SESSION *ses); |
1656 | #endif | ||
1657 | #ifndef OPENSSL_NO_BIO | 1655 | #ifndef OPENSSL_NO_BIO |
1658 | int SSL_SESSION_print(BIO *fp, const SSL_SESSION *ses); | 1656 | int SSL_SESSION_print(BIO *fp, const SSL_SESSION *ses); |
1659 | #endif | 1657 | #endif |