Skip to content
Snippets Groups Projects
Commit 66f39b85 authored by Simon Josefsson's avatar Simon Josefsson Committed by Niels Möller
Browse files

(libnettleinclude_HEADERS): Added arctwo.h.

(libnettle_a_SOURCES): Added arctwo.c, arctwo.h and arctwo-meta.c.

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