diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libssl/ssl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl.h b/src/lib/libssl/ssl.h index 650131a779..062c6dcbb9 100644 --- a/src/lib/libssl/ssl.h +++ b/src/lib/libssl/ssl.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssl.h,v 1.245 2024/10/23 01:57:19 jsg Exp $ */ | 1 | /* $OpenBSD: ssl.h,v 1.246 2025/03/09 15:53:36 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 | * |
@@ -364,7 +364,7 @@ DECLARE_STACK_OF(SRTP_PROTECTION_PROFILE) | |||
364 | typedef int (*tls_session_ticket_ext_cb_fn)(SSL *s, const unsigned char *data, | 364 | typedef int (*tls_session_ticket_ext_cb_fn)(SSL *s, const unsigned char *data, |
365 | int len, void *arg); | 365 | int len, void *arg); |
366 | typedef int (*tls_session_secret_cb_fn)(SSL *s, void *secret, int *secret_len, | 366 | typedef int (*tls_session_secret_cb_fn)(SSL *s, void *secret, int *secret_len, |
367 | STACK_OF(SSL_CIPHER) *peer_ciphers, SSL_CIPHER **cipher, void *arg); | 367 | STACK_OF(SSL_CIPHER) *peer_ciphers, const SSL_CIPHER **cipher, void *arg); |
368 | 368 | ||
369 | /* Allow initial connection to servers that don't support RI */ | 369 | /* Allow initial connection to servers that don't support RI */ |
370 | #define SSL_OP_LEGACY_SERVER_CONNECT 0x00000004L | 370 | #define SSL_OP_LEGACY_SERVER_CONNECT 0x00000004L |