From 203be6bbb69ba30845cd753c14dbc11d40254691 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Fri, 29 Mar 2024 02:41:49 +0000 Subject: Consolidate whirlpool into a single C file. Buy a vowel at the same time, since we're no longer limited to 8.3 file names. Discussed with tb@ --- src/lib/libcrypto/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/lib/libcrypto/Makefile') diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index d3533412fd..b763757ebf 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.186 2024/03/29 02:33:44 jsing Exp $ +# $OpenBSD: Makefile,v 1.187 2024/03/29 02:41:49 jsing Exp $ LIB= crypto LIBREBUILD=y @@ -557,8 +557,7 @@ SRCS+= ui_openssl.c SRCS+= ui_util.c # whrlpool/ -SRCS+= wp_block.c -SRCS+= wp_dgst.c +SRCS+= whirlpool.c # x509/ SRCS+= by_dir.c -- cgit v1.2.3-55-g6feb