diff options
| author | tb <> | 2025-01-18 10:53:04 +0000 |
|---|---|---|
| committer | tb <> | 2025-01-18 10:53:04 +0000 |
| commit | 64cef3984ff2947a8e23ee783cf2cb4c3e683165 (patch) | |
| tree | 2ba6014f4507f203dabe278b3f7b0e0cb0f0ba47 /src/lib/libssl/ssl_local.h | |
| parent | b12f6c726e20d0470b7a6a901e715a55070c47be (diff) | |
| download | openbsd-64cef3984ff2947a8e23ee783cf2cb4c3e683165.tar.gz openbsd-64cef3984ff2947a8e23ee783cf2cb4c3e683165.tar.bz2 openbsd-64cef3984ff2947a8e23ee783cf2cb4c3e683165.zip | |
Remove last uses of SSL_aDSS
ok jsing
Diffstat (limited to 'src/lib/libssl/ssl_local.h')
| -rw-r--r-- | src/lib/libssl/ssl_local.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl_local.h b/src/lib/libssl/ssl_local.h index 35d9ebae93..8c96796a63 100644 --- a/src/lib/libssl/ssl_local.h +++ b/src/lib/libssl/ssl_local.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ssl_local.h,v 1.24 2025/01/17 22:39:42 tb Exp $ */ | 1 | /* $OpenBSD: ssl_local.h,v 1.25 2025/01/18 10:53:04 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 | * |
| @@ -202,7 +202,6 @@ __BEGIN_HIDDEN_DECLS | |||
| 202 | 202 | ||
| 203 | /* Bits for algorithm_auth (server authentication) */ | 203 | /* Bits for algorithm_auth (server authentication) */ |
| 204 | #define SSL_aRSA 0x00000001L /* RSA auth */ | 204 | #define SSL_aRSA 0x00000001L /* RSA auth */ |
| 205 | #define SSL_aDSS 0x00000002L /* DSS auth */ | ||
| 206 | #define SSL_aNULL 0x00000004L /* no auth (i.e. use ADH or AECDH) */ | 205 | #define SSL_aNULL 0x00000004L /* no auth (i.e. use ADH or AECDH) */ |
| 207 | #define SSL_aECDSA 0x00000040L /* ECDSA auth*/ | 206 | #define SSL_aECDSA 0x00000040L /* ECDSA auth*/ |
| 208 | #define SSL_aTLS1_3 0x00000400L /* TLSv1.3 authentication */ | 207 | #define SSL_aTLS1_3 0x00000400L /* TLSv1.3 authentication */ |
