summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/ssl.h')
-rw-r--r--src/lib/libssl/ssl.h2
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);
1651const unsigned char *SSL_SESSION_get_id(const SSL_SESSION *s, 1651const unsigned char *SSL_SESSION_get_id(const SSL_SESSION *s,
1652 unsigned int *len); 1652 unsigned int *len);
1653unsigned int SSL_SESSION_get_compress_id(const SSL_SESSION *s); 1653unsigned int SSL_SESSION_get_compress_id(const SSL_SESSION *s);
1654#ifndef OPENSSL_NO_FP_API
1655int SSL_SESSION_print_fp(FILE *fp, const SSL_SESSION *ses); 1654int SSL_SESSION_print_fp(FILE *fp, const SSL_SESSION *ses);
1656#endif
1657#ifndef OPENSSL_NO_BIO 1655#ifndef OPENSSL_NO_BIO
1658int SSL_SESSION_print(BIO *fp, const SSL_SESSION *ses); 1656int SSL_SESSION_print(BIO *fp, const SSL_SESSION *ses);
1659#endif 1657#endif