diff options
Diffstat (limited to 'src/lib/libssl/ssl.h')
-rw-r--r-- | src/lib/libssl/ssl.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libssl/ssl.h b/src/lib/libssl/ssl.h index ef829797b7..f3ca8c5c4e 100644 --- a/src/lib/libssl/ssl.h +++ b/src/lib/libssl/ssl.h | |||
@@ -1728,9 +1728,8 @@ SSL_SESSION_set1_id_context(SSL_SESSION *s, const unsigned char *sid_ctx, | |||
1728 | unsigned int sid_ctx_len); | 1728 | unsigned int sid_ctx_len); |
1729 | 1729 | ||
1730 | SSL_SESSION *SSL_SESSION_new(void); | 1730 | SSL_SESSION *SSL_SESSION_new(void); |
1731 | const unsigned char | 1731 | const unsigned char *SSL_SESSION_get_id(const SSL_SESSION *s, |
1732 | *SSL_SESSION_get_id(const SSL_SESSION *s, | 1732 | unsigned int *len); |
1733 | unsigned int *len); | ||
1734 | unsigned int SSL_SESSION_get_compress_id(const SSL_SESSION *s); | 1733 | unsigned int SSL_SESSION_get_compress_id(const SSL_SESSION *s); |
1735 | #ifndef OPENSSL_NO_FP_API | 1734 | #ifndef OPENSSL_NO_FP_API |
1736 | int SSL_SESSION_print_fp(FILE *fp, const SSL_SESSION *ses); | 1735 | int SSL_SESSION_print_fp(FILE *fp, const SSL_SESSION *ses); |