Skip to content
Snippets Groups Projects
Commit 00e9d2d8 authored by Niels Möller's avatar Niels Möller
Browse files

* Makefile.am: Added des-compat.c and des-compat.h

Rev: src/nettle/Makefile.am:1.14
parent 9a4fc54d
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ noinst_PROGRAMS = desdata ...@@ -5,7 +5,7 @@ noinst_PROGRAMS = desdata
libnettleincludedir = $(includedir)/nettle libnettleincludedir = $(includedir)/nettle
lib_LIBRARIES = libnettle.a lib_LIBRARIES = libnettle.a
libnettleinclude_HEADERS = aes.h arcfour.h blowfish.h cast128.h des.h \ libnettleinclude_HEADERS = aes.h arcfour.h blowfish.h cast128.h des.h des-compat.h \
serpent.h twofish.h \ serpent.h twofish.h \
md5.h md5-compat.h sha1.h \ md5.h md5-compat.h sha1.h \
cbc.h cbc.h
...@@ -14,7 +14,8 @@ libnettle_a_SOURCES = aes.c aes.h arcfour.c arcfour.h \ ...@@ -14,7 +14,8 @@ libnettle_a_SOURCES = aes.c aes.h arcfour.c arcfour.h \
cast128.c cast128.h cast128_sboxes.h \ cast128.c cast128.h cast128_sboxes.h \
blowfish.h blowfish.c \ blowfish.h blowfish.c \
cbc.c \ cbc.c \
des.c des.h des3.c desinfo.h desCode.h \ des.c des.h desinfo.h desCode.h \
des3.c des-compat.c des-compat.h \
md5.c md5.h md5-compat.c md5-compat.h \ md5.c md5.h md5-compat.c md5-compat.h \
sha1.c sha1.h \ sha1.c sha1.h \
serpent.c serpent.h serpent_sboxes.h \ serpent.c serpent.h serpent_sboxes.h \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment