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
Marcus Hoffmann
nettle
Commits
365388ba
Commit
365388ba
authored
Oct 30, 2001
by
Niels Möller
Browse files
* Makefile.am (libnettle_a_SOURCES): Added rsa and bignum files.
Rev: src/nettle/Makefile.am:1.20
parent
3440a282
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
365388ba
...
...
@@ -5,10 +5,12 @@ 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
\
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.h
\
cbc.h yarrow.h
cbc.h yarrow.h
\
rsa.h
libnettle_a_SOURCES
=
aes.c aes.h arcfour.c arcfour.h
\
cast128.c cast128.h cast128_sboxes.h
\
...
...
@@ -20,7 +22,9 @@ libnettle_a_SOURCES = aes.c aes.h arcfour.c arcfour.h \
sha.h sha1.c sha256.c
\
serpent.c serpent.h serpent_sboxes.h
\
twofish.c twofish.h
\
yarrow.h yarrow256.c yarrow_key_event.c
yarrow.h yarrow256.c yarrow_key_event.c
\
bignum.h bignum.c
\
rsa.h rsa.c rsa_md5.c rsa_sha1.c
libnettle_a_LIBADD
=
@LIBOBJS@
...
...
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