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

Added openpgp files.

Rev: src/nettle/Makefile.am:1.44
parent 007be9b3
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,8 @@ libnettleinclude_HEADERS = aes.h arcfour.h blowfish.h \ ...@@ -12,7 +12,8 @@ libnettleinclude_HEADERS = aes.h arcfour.h blowfish.h \
hmac.h \ hmac.h \
knuth-lfib.h \ knuth-lfib.h \
md5.h md5-compat.h \ md5.h md5-compat.h \
nettle-meta.h rsa.h \ nettle-meta.h \
pgp.h rsa.h \
sexp.h \ sexp.h \
serpent.h sha.h twofish.h \ serpent.h sha.h twofish.h \
yarrow.h yarrow.h
...@@ -41,6 +42,7 @@ libnettle_a_SOURCES = aes.c aes.h aes-internal.h \ ...@@ -41,6 +42,7 @@ libnettle_a_SOURCES = aes.c aes.h aes-internal.h \
rsa-encrypt.c rsa-decrypt.c \ rsa-encrypt.c rsa-decrypt.c \
rsa-keygen.c rsa-compat.h rsa-compat.c \ rsa-keygen.c rsa-compat.h rsa-compat.c \
rsa2sexp.c sexp2rsa.c \ rsa2sexp.c sexp2rsa.c \
pgp.h pgp-encode.c rsa2openpgp.c \
buffer.h buffer.c \ buffer.h buffer.c \
nettle-meta.h \ nettle-meta.h \
nettle-internal.c nettle-internal.h nettle-openssl.c nettle-internal.c nettle-internal.h nettle-openssl.c
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment