Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Brian Smith
nettle
Commits
00e9d2d8
Commit
00e9d2d8
authored
Sep 11, 2001
by
Niels Möller
Browse files
* Makefile.am: Added des-compat.c and des-compat.h
Rev: src/nettle/Makefile.am:1.14
parent
9a4fc54d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
00e9d2d8
...
...
@@ -5,7 +5,7 @@ noinst_PROGRAMS = desdata
libnettleincludedir
=
$(includedir)
/nettle
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
\
md5.h md5-compat.h sha1.h
\
cbc.h
...
...
@@ -14,7 +14,8 @@ 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 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
\
sha1.c sha1.h
\
serpent.c serpent.h serpent_sboxes.h
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment