diff options
| author | jsing <> | 2024-03-29 02:41:49 +0000 |
|---|---|---|
| committer | jsing <> | 2024-03-29 02:41:49 +0000 |
| commit | bb5d6b75525ca10902d24f410be4cc261d7258de (patch) | |
| tree | 77a583322675eb9a97bd63095439784c2477e1ac /src/lib/libcrypto/Makefile | |
| parent | cb7d5cf50d4ad5f939f98b016397b776c26c812c (diff) | |
| download | openbsd-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/Makefile | 5 |
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 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
| @@ -557,8 +557,7 @@ SRCS+= ui_openssl.c | |||
| 557 | SRCS+= ui_util.c | 557 | SRCS+= ui_util.c |
| 558 | 558 | ||
| 559 | # whrlpool/ | 559 | # whrlpool/ |
| 560 | SRCS+= wp_block.c | 560 | SRCS+= whirlpool.c |
| 561 | SRCS+= wp_dgst.c | ||
| 562 | 561 | ||
| 563 | # x509/ | 562 | # x509/ |
| 564 | SRCS+= by_dir.c | 563 | SRCS+= by_dir.c |
