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 4ad73af722..28ee7f56bc 100644 --- a/src/lib/libssl/ssl.h +++ b/src/lib/libssl/ssl.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ssl.h,v 1.250 2026/04/03 13:11:00 jsing Exp $ */ | 1 | /* $OpenBSD: ssl.h,v 1.251 2026/06/14 14:25:55 jsing 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 | * |
| @@ -402,8 +402,7 @@ typedef int (*tls_session_secret_cb_fn)(SSL *s, void *secret, int *secret_len, | |||
| 402 | #define SSL_OP_NO_DTLSv1_2 0x80000000L | 402 | #define SSL_OP_NO_DTLSv1_2 0x80000000L |
| 403 | 403 | ||
| 404 | /* SSL_OP_ALL: various bug workarounds that should be rather harmless. */ | 404 | /* SSL_OP_ALL: various bug workarounds that should be rather harmless. */ |
| 405 | #define SSL_OP_ALL \ | 405 | #define SSL_OP_ALL 0x0 |
| 406 | (SSL_OP_LEGACY_SERVER_CONNECT) | ||
| 407 | 406 | ||
| 408 | /* Obsolete flags kept for compatibility. No sane code should use them. */ | 407 | /* Obsolete flags kept for compatibility. No sane code should use them. */ |
| 409 | #define SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION 0x0 | 408 | #define SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION 0x0 |
