From: Niels Möller Date: Sat, 19 Oct 2002 10:49:13 +0000 (+0200) Subject: (libnettle_a_SOURCES): base64.c replaced by X-Git-Tag: nettle_1.7_release_20030311~245 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b50028eea5565d691c4d3a1602634724feccd055;p=thirdparty%2Fnettle.git (libnettle_a_SOURCES): base64.c replaced by base64-encode.c and base64-decode.c. Rev: src/nettle/Makefile.am:1.47 --- diff --git a/Makefile.am b/Makefile.am index 9d28a3a4..2e5cf123 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \