]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
(libnettle_a_SOURCES): base64.c replaced by
authorNiels Möller <nisse@lysator.liu.se>
Sat, 19 Oct 2002 10:49:13 +0000 (12:49 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Sat, 19 Oct 2002 10:49:13 +0000 (12:49 +0200)
base64-encode.c and base64-decode.c.

Rev: src/nettle/Makefile.am:1.47

Makefile.am

index 9d28a3a45c5f5b64e2999a1ca42b8c2a4e015252..2e5cf1238b47dd6651d6982baf7cb4ad2f2daf06 100644 (file)
@@ -23,7 +23,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-meta.c \
-                      base64.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 \
                      blowfish.h blowfish.c \
                      cbc.c cbc.h \