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

* Makefile.am (libnettle_a_SOURCES): Added twofish.

Rev: src/nettle/Makefile.am:1.7
parent 4868f036
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,8 @@ libnettleinclude_HEADERS = aes.h arcfour.h des.h md5.h sha1.h ...@@ -10,7 +10,8 @@ libnettleinclude_HEADERS = aes.h arcfour.h des.h md5.h sha1.h
libnettle_a_SOURCES = aes.c aes.h arcfour.c arcfour.h blowfish.h blowfish.c \ libnettle_a_SOURCES = aes.c aes.h arcfour.c arcfour.h blowfish.h blowfish.c \
des.c des.h \ des.c des.h \
md5.c md5.h sha1.c sha1.h \ md5.c md5.h sha1.c sha1.h \
serpent.c serpent.h serpent_sboxes.h serpent.c serpent.h serpent_sboxes.h \
twofish.c twofish.h
libnettle_a_LIBADD = @LIBOBJS@ libnettle_a_LIBADD = @LIBOBJS@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment