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

* Makefile.am (libnettleinclude_HEADERS): Added cbc.h. Deleted

des3.h.
(libnettle_a_SOURCES): Added des3.c.

* testsuite/Makefile.am (TS_PROGS): Added des3-test and cbc-test.

Rev: src/nettle/Makefile.am:1.13
parent b276b867
Branches
Tags
No related merge requests found
......@@ -7,13 +7,14 @@ libnettleincludedir = $(includedir)/nettle
lib_LIBRARIES = libnettle.a
libnettleinclude_HEADERS = aes.h arcfour.h blowfish.h cast128.h des.h \
serpent.h twofish.h \
md5.h md5-compat.h sha1.h
md5.h md5-compat.h sha1.h \
cbc.h
libnettle_a_SOURCES = aes.c aes.h arcfour.c arcfour.h \
cast128.c cast128.h cast128_sboxes.h \
blowfish.h blowfish.c \
cbc.c \
des.c des.h desinfo.h desCode.h \
des.c des.h des3.c desinfo.h desCode.h \
md5.c md5.h md5-compat.c md5-compat.h \
sha1.c sha1.h \
serpent.c serpent.h serpent_sboxes.h \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment