diff options
author | tb <> | 2023-07-20 16:36:06 +0000 |
---|---|---|
committer | tb <> | 2023-07-20 16:36:06 +0000 |
commit | ffc366ad631823ca313e68ca9a54544739bce0c8 (patch) | |
tree | dc0fc379632be1703e99e20edee64079a8279ae5 /src/lib/libcrypto/Makefile | |
parent | 7b660744be840ee9a7e28176e6a379962d6e2332 (diff) | |
download | openbsd-ffc366ad631823ca313e68ca9a54544739bce0c8.tar.gz openbsd-ffc366ad631823ca313e68ca9a54544739bce0c8.tar.bz2 openbsd-ffc366ad631823ca313e68ca9a54544739bce0c8.zip |
Remove some ancient cruft that hasn't been used in ages
discussed with jsing
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r-- | src/lib/libcrypto/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 44e5900863..8ec9b1b3d8 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.137 2023/07/07 06:10:14 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.138 2023/07/20 16:36:06 tb Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -386,8 +386,6 @@ SRCS+= tb_pkmeth.c | |||
386 | SRCS+= tb_rand.c | 386 | SRCS+= tb_rand.c |
387 | SRCS+= tb_rsa.c | 387 | SRCS+= tb_rsa.c |
388 | SRCS+= tb_store.c | 388 | SRCS+= tb_store.c |
389 | # XXX unnecessary? handled in EVP now... | ||
390 | # SRCS+= eng_aesni.c # local addition | ||
391 | 389 | ||
392 | # err/ | 390 | # err/ |
393 | SRCS+= err.c | 391 | SRCS+= err.c |