]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Added base16dec.c in examples/Makefile.in, forgotten earlier.
authorNiels Möller <nisse@lysator.liu.se>
Sat, 9 Jun 2012 19:59:35 +0000 (21:59 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Sat, 9 Jun 2012 19:59:35 +0000 (21:59 +0200)
ChangeLog
examples/Makefile.in

index 5a86660a721e90ec37c6cd865929289ce8c5fbf5..a7f53c1513f83df470b2794adc4fc972f2f36cf5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2012-06-09  Niels Möller  <nisse@lysator.liu.se>
 
+       * examples/Makefile.in (SOURCES): Added base16dec.c, forgotten
+       earlier.
+
        General pkcs1 signatures, with a "DigestInfo" input. Suggested by
        Nikos Mavrogiannopoulos.
        * Makefile.in (hogweed_SOURCES): Added pkcs1-rsa-digest.c,
index a526953c35128afc929ba707e51b328afe8d1a10..909fdda2371192216953f57d79fa1f34a48357e8 100644 (file)
@@ -24,7 +24,7 @@ SOURCES = nettle-benchmark.c eratosthenes.c next-prime.c random-prime.c \
        nettle-openssl.c \
        io.c read_rsa_key.c \
        rsa-encrypt.c rsa-decrypt.c rsa-keygen.c rsa-sign.c rsa-verify.c \
-       base16enc.c base64enc.c base64dec.c
+       base16enc.c base16dec.c base64enc.c base64dec.c
 
 
 GETOPT_OBJS = ../getopt.$(OBJEXT) ../getopt1.$(OBJEXT)