From aa6fa26115ff2935d11f05c1b2a658343a2b5106 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 18 Jan 2025 10:53:04 +0000 Subject: Remove last uses of SSL_aDSS ok jsing --- src/lib/libssl/ssl_ciph.c | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'src/lib/libssl/ssl_ciph.c') 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 @@ -/* $OpenBSD: ssl_ciph.c,v 1.149 2024/08/31 12:46:55 jsing Exp $ */ +/* $OpenBSD: ssl_ciph.c,v 1.150 2025/01/18 10:53:04 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -218,14 +218,6 @@ static const SSL_CIPHER cipher_aliases[] = { .name = SSL_TXT_aRSA, .algorithm_auth = SSL_aRSA, }, - { - .name = SSL_TXT_aDSS, - .algorithm_auth = SSL_aDSS, - }, - { - .name = SSL_TXT_DSS, - .algorithm_auth = SSL_aDSS, - }, { .name = SSL_TXT_aNULL, .algorithm_auth = SSL_aNULL, @@ -1369,9 +1361,6 @@ SSL_CIPHER_description(const SSL_CIPHER *cipher, char *buf, int len) case SSL_aRSA: au = "RSA"; break; - case SSL_aDSS: - au = "DSS"; - break; case SSL_aNULL: au = "None"; break; -- cgit v1.2.3-55-g6feb