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

* Makefile.am: Added base16 files.

Rev: src/nettle/Makefile.am:1.49
parent a096a2b2
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ libnettleincludedir = $(includedir)/nettle ...@@ -6,7 +6,7 @@ libnettleincludedir = $(includedir)/nettle
lib_LIBRARIES = libnettle.a lib_LIBRARIES = libnettle.a
libnettleinclude_HEADERS = aes.h arcfour.h blowfish.h \ libnettleinclude_HEADERS = aes.h arcfour.h blowfish.h \
base64.h buffer.h cast128.h \ base16.h base64.h buffer.h cast128.h \
cbc.h \ cbc.h \
des.h des-compat.h dsa.h \ des.h des-compat.h dsa.h \
hmac.h \ hmac.h \
...@@ -25,6 +25,7 @@ libnettle_a_SOURCES = aes.c aes.h aes-internal.h \ ...@@ -25,6 +25,7 @@ libnettle_a_SOURCES = aes.c aes.h aes-internal.h \
aes-encrypt-table.c aes-encrypt.c \ aes-encrypt-table.c aes-encrypt.c \
aes-set-encrypt-key.c aes-set-decrypt-key.c aes-meta.c \ aes-set-encrypt-key.c aes-set-decrypt-key.c aes-meta.c \
arcfour.c arcfour.h arcfour-meta.c \ arcfour.c arcfour.h arcfour-meta.c \
base16-encode.c base16-decode.c base16-meta.c \
base64-encode.c base64-decode.c base64-meta.c base64.h \ base64-encode.c base64-decode.c base64-meta.c base64.h \
cast128.c cast128.h cast128_sboxes.h cast128-meta.c \ cast128.c cast128.h cast128_sboxes.h cast128-meta.c \
blowfish.h blowfish.c \ blowfish.h blowfish.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