From 827a8c81e5254d23f0ed8840e297afce76f2f8f1 Mon Sep 17 00:00:00 2001 From: joshua <> Date: Sun, 25 May 2025 04:54:41 +0000 Subject: openssl speed: remove whirlpool whirlpool was previously removed from libcrypto, and OPENSSL_NO_WHIRLPOOL will always be defined. Remove whirlpool support from the openssl speed command entirely. ok jsing tb --- src/usr.bin/openssl/openssl.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/usr.bin/openssl/openssl.c') diff --git a/src/usr.bin/openssl/openssl.c b/src/usr.bin/openssl/openssl.c index 75a0e4d266..a1ef139009 100644 --- a/src/usr.bin/openssl/openssl.c +++ b/src/usr.bin/openssl/openssl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: openssl.c,v 1.39 2025/01/02 13:10:03 tb Exp $ */ +/* $OpenBSD: openssl.c,v 1.40 2025/05/25 04:54:41 joshua Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -235,9 +235,6 @@ FUNCTION functions[] = { { FUNC_TYPE_MD, "sm3", dgst_main }, { FUNC_TYPE_MD, "sm3WithRSAEncryption", dgst_main }, #endif -#ifndef OPENSSL_NO_WHIRLPOOL - { FUNC_TYPE_MD, "whirlpool", dgst_main }, -#endif /* Ciphers. */ { FUNC_TYPE_CIPHER, "base64", enc_main }, -- cgit v1.2.3-55-g6feb