summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authorjsing <>2024-03-29 02:41:49 +0000
committerjsing <>2024-03-29 02:41:49 +0000
commitbb5d6b75525ca10902d24f410be4cc261d7258de (patch)
tree77a583322675eb9a97bd63095439784c2477e1ac /src/lib/libcrypto/Makefile
parentcb7d5cf50d4ad5f939f98b016397b776c26c812c (diff)
downloadopenbsd-bb5d6b75525ca10902d24f410be4cc261d7258de.tar.gz
openbsd-bb5d6b75525ca10902d24f410be4cc261d7258de.tar.bz2
openbsd-bb5d6b75525ca10902d24f410be4cc261d7258de.zip
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@
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r--src/lib/libcrypto/Makefile5
1 files changed, 2 insertions, 3 deletions
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 @@
1# $OpenBSD: Makefile,v 1.186 2024/03/29 02:33:44 jsing Exp $ 1# $OpenBSD: Makefile,v 1.187 2024/03/29 02:41:49 jsing Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -557,8 +557,7 @@ SRCS+= ui_openssl.c
557SRCS+= ui_util.c 557SRCS+= ui_util.c
558 558
559# whrlpool/ 559# whrlpool/
560SRCS+= wp_block.c 560SRCS+= whirlpool.c
561SRCS+= wp_dgst.c
562 561
563# x509/ 562# x509/
564SRCS+= by_dir.c 563SRCS+= by_dir.c