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
Wim Lewis
nettle
Commits
fa71cbc4
Commit
fa71cbc4
authored
Oct 07, 2001
by
Niels Möller
Browse files
* testsuite/Makefile.am (CFLAGS): Added sha256-test.
Rev: src/nettle/Makefile.am:1.16 Rev: src/nettle/testsuite/Makefile.am:1.11
parent
721e3318
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
fa71cbc4
SUBDIRS
=
.
testsuite
noinst_PROGRAMS
=
desdata
noinst_PROGRAMS
=
desdata
shadata
libnettleincludedir
=
$(includedir)
/nettle
lib_LIBRARIES
=
libnettle.a
libnettleinclude_HEADERS
=
aes.h arcfour.h blowfish.h cast128.h des.h des-compat.h
\
serpent.h twofish.h
\
md5.h md5-compat.h sha
1
.h
\
md5.h md5-compat.h sha.h
\
cbc.h
libnettle_a_SOURCES
=
aes.c aes.h arcfour.c arcfour.h
\
...
...
@@ -17,12 +17,14 @@ libnettle_a_SOURCES = aes.c aes.h arcfour.c arcfour.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
\
sha
1.c
sha1.
h
\
sha
.h
sha1.
c sha256.c
\
serpent.c serpent.h serpent_sboxes.h
\
twofish.c twofish.h
libnettle_a_LIBADD
=
@LIBOBJS@
shadata_LDADD
=
-lm
info_TEXINFOS
=
nettle.texinfo
all-local
:
nettle.html
...
...
testsuite/Makefile.am
View file @
fa71cbc4
...
...
@@ -3,13 +3,13 @@ CPPFLAGS = @CPPFLAGS@
TS_PROGS
=
aes-test arcfour-test blowfish-test cast128-test
\
des-test des3-test des-compat-test
\
md5-test md5-compat-test sha1-test
\
md5-test md5-compat-test sha1-test
sha256-test
\
serpent-test twofish-test
\
cbc-test
M4_FILES
=
aes-test.m4 arcfour-test.m4 blowfish-test.m4 cast128-test.m4
\
des-test.m4 des3-test.m4
\
md5-test.m4 md5-compat-test.m4 sha1-test.m4
\
md5-test.m4 md5-compat-test.m4 sha1-test.m4
sha256-test.m4
\
serpent-test.m4 twofish-test.m4
\
cbc-test.m4
...
...
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