diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libssl/ssl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libssl/ssl.h b/src/lib/libssl/ssl.h index e8a11ebdb9..48cb6256df 100644 --- a/src/lib/libssl/ssl.h +++ b/src/lib/libssl/ssl.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ssl.h,v 1.248 2025/04/18 07:34:01 tb Exp $ */ | 1 | /* $OpenBSD: ssl.h,v 1.249 2025/10/24 11:36:08 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 | * |
| @@ -1199,6 +1199,7 @@ int SSL_SESSION_is_resumable(const SSL_SESSION *s); | |||
| 1199 | 1199 | ||
| 1200 | SSL_SESSION *SSL_SESSION_new(void); | 1200 | SSL_SESSION *SSL_SESSION_new(void); |
| 1201 | void SSL_SESSION_free(SSL_SESSION *ses); | 1201 | void SSL_SESSION_free(SSL_SESSION *ses); |
| 1202 | SSL_SESSION *SSL_SESSION_dup(const SSL_SESSION *src); | ||
| 1202 | int SSL_SESSION_up_ref(SSL_SESSION *ss); | 1203 | int SSL_SESSION_up_ref(SSL_SESSION *ss); |
| 1203 | const unsigned char *SSL_SESSION_get_id(const SSL_SESSION *ss, | 1204 | const unsigned char *SSL_SESSION_get_id(const SSL_SESSION *ss, |
| 1204 | unsigned int *len); | 1205 | unsigned int *len); |
