diff options
Diffstat (limited to 'src/lib/libssl/ssl_ciph.c')
| -rw-r--r-- | src/lib/libssl/ssl_ciph.c | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/src/lib/libssl/ssl_ciph.c b/src/lib/libssl/ssl_ciph.c index 8f7345f068..45b9d09c10 100644 --- a/src/lib/libssl/ssl_ciph.c +++ b/src/lib/libssl/ssl_ciph.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ssl_ciph.c,v 1.149 2024/08/31 12:46:55 jsing Exp $ */ | 1 | /* $OpenBSD: ssl_ciph.c,v 1.150 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 | * |
| @@ -219,14 +219,6 @@ static const SSL_CIPHER cipher_aliases[] = { | |||
| 219 | .algorithm_auth = SSL_aRSA, | 219 | .algorithm_auth = SSL_aRSA, |
| 220 | }, | 220 | }, |
| 221 | { | 221 | { |
| 222 | .name = SSL_TXT_aDSS, | ||
| 223 | .algorithm_auth = SSL_aDSS, | ||
| 224 | }, | ||
| 225 | { | ||
| 226 | .name = SSL_TXT_DSS, | ||
| 227 | .algorithm_auth = SSL_aDSS, | ||
| 228 | }, | ||
| 229 | { | ||
| 230 | .name = SSL_TXT_aNULL, | 222 | .name = SSL_TXT_aNULL, |
| 231 | .algorithm_auth = SSL_aNULL, | 223 | .algorithm_auth = SSL_aNULL, |
| 232 | }, | 224 | }, |
| @@ -1369,9 +1361,6 @@ SSL_CIPHER_description(const SSL_CIPHER *cipher, char *buf, int len) | |||
| 1369 | case SSL_aRSA: | 1361 | case SSL_aRSA: |
| 1370 | au = "RSA"; | 1362 | au = "RSA"; |
| 1371 | break; | 1363 | break; |
| 1372 | case SSL_aDSS: | ||
| 1373 | au = "DSS"; | ||
| 1374 | break; | ||
| 1375 | case SSL_aNULL: | 1364 | case SSL_aNULL: |
| 1376 | au = "None"; | 1365 | au = "None"; |
| 1377 | break; | 1366 | break; |
