summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2019-05-12 11:03:42 +0200
committerNiels Möller <nisse@lysator.liu.se>2019-05-12 11:03:42 +0200
commit7203ca09cd57ec45319e274c82c56ffcfd016a20 (patch)
tree8c638644b8225bd42619b56383c0d40ce6f67f8e /Makefile.in
parenta1f6f7c992a8380cf08a539015fcb74e6ae27466 (diff)
downloadnettle-7203ca09cd57ec45319e274c82c56ffcfd016a20.tar.gz
Delete old libdes/openssl compatibility interface.delete-des-compat
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 440de9f7..a6b8ffd6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -93,7 +93,7 @@ nettle_SOURCES = aes-decrypt-internal.c aes-decrypt.c \
chacha-crypt.c chacha-core-internal.c \
chacha-poly1305.c chacha-poly1305-meta.c \
chacha-set-key.c chacha-set-nonce.c \
- ctr.c ctr16.c des.c des3.c des-compat.c \
+ ctr.c ctr16.c des.c des3.c \
eax.c eax-aes128.c eax-aes128-meta.c \
gcm.c gcm-aes.c \
gcm-aes128.c gcm-aes128-meta.c \
@@ -193,7 +193,7 @@ OPT_SOURCES = fat-x86_64.c fat-arm.c mini-gmp.c
HEADERS = aes.h arcfour.h arctwo.h asn1.h blowfish.h \
base16.h base64.h bignum.h buffer.h camellia.h cast128.h \
cbc.h ccm.h cfb.h chacha.h chacha-poly1305.h ctr.h \
- curve25519.h des.h des-compat.h dsa.h dsa-compat.h eax.h \
+ curve25519.h des.h dsa.h dsa-compat.h eax.h \
ecc-curve.h ecc.h ecdsa.h eddsa.h \
gcm.h gosthash94.h hmac.h \
knuth-lfib.h hkdf.h \