summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libssl/ssl.h3
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
1200SSL_SESSION *SSL_SESSION_new(void); 1200SSL_SESSION *SSL_SESSION_new(void);
1201void SSL_SESSION_free(SSL_SESSION *ses); 1201void SSL_SESSION_free(SSL_SESSION *ses);
1202SSL_SESSION *SSL_SESSION_dup(const SSL_SESSION *src);
1202int SSL_SESSION_up_ref(SSL_SESSION *ss); 1203int SSL_SESSION_up_ref(SSL_SESSION *ss);
1203const unsigned char *SSL_SESSION_get_id(const SSL_SESSION *ss, 1204const unsigned char *SSL_SESSION_get_id(const SSL_SESSION *ss,
1204 unsigned int *len); 1205 unsigned int *len);