diff options
Diffstat (limited to 'src/lib/libssl/ssl.h')
-rw-r--r-- | src/lib/libssl/ssl.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libssl/ssl.h b/src/lib/libssl/ssl.h index 17b9467ae0..05939f214d 100644 --- a/src/lib/libssl/ssl.h +++ b/src/lib/libssl/ssl.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssl.h,v 1.151 2018/03/17 15:48:31 tb Exp $ */ | 1 | /* $OpenBSD: ssl.h,v 1.152 2018/03/17 15:55:52 tb Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -1327,6 +1327,8 @@ const unsigned char *SSL_SESSION_get_id(const SSL_SESSION *ss, | |||
1327 | unsigned int *len); | 1327 | unsigned int *len); |
1328 | const unsigned char *SSL_SESSION_get0_id_context(const SSL_SESSION *ss, | 1328 | const unsigned char *SSL_SESSION_get0_id_context(const SSL_SESSION *ss, |
1329 | unsigned int *len); | 1329 | unsigned int *len); |
1330 | unsigned long SSL_SESSION_get_ticket_lifetime_hint(const SSL_SESSION *s); | ||
1331 | int SSL_SESSION_has_ticket(const SSL_SESSION *s); | ||
1330 | unsigned int SSL_SESSION_get_compress_id(const SSL_SESSION *ss); | 1332 | unsigned int SSL_SESSION_get_compress_id(const SSL_SESSION *ss); |
1331 | int SSL_SESSION_print_fp(FILE *fp, const SSL_SESSION *ses); | 1333 | int SSL_SESSION_print_fp(FILE *fp, const SSL_SESSION *ses); |
1332 | int SSL_SESSION_print(BIO *fp, const SSL_SESSION *ses); | 1334 | int SSL_SESSION_print(BIO *fp, const SSL_SESSION *ses); |