diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 090589559e..5a28e98a87 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.205 2024/08/31 09:29:03 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.206 2024/08/31 10:28:03 tb Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -544,7 +544,6 @@ SRCS+= ui_err.c | |||
544 | SRCS+= ui_lib.c | 544 | SRCS+= ui_lib.c |
545 | SRCS+= ui_null.c | 545 | SRCS+= ui_null.c |
546 | SRCS+= ui_openssl.c | 546 | SRCS+= ui_openssl.c |
547 | SRCS+= ui_util.c | ||
548 | 547 | ||
549 | # whrlpool/ | 548 | # whrlpool/ |
550 | SRCS+= whirlpool.c | 549 | SRCS+= whirlpool.c |