-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Aloha!

Here is the patch to add build chacha in Nettle.

- -- 
Med vänlig hälsning, Yours

Joachim Strömbergson - Alltid i harmonisk svängning.
========================================================================
 Joachim Strömbergson          Secworks AB          [email protected]
========================================================================
-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAlLJmgcACgkQZoPr8HT30QHYdgCg6PSU2fNILvFIwqKhMpBUBm7w
ymwAn2WKB6xlAeCLTp0hZjQk8OUmsauv
=1UMx
-----END PGP SIGNATURE-----
diff --git a/Makefile.in b/Makefile.in
index 05e6ade..32a235b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -80,6 +80,7 @@ nettle_SOURCES = aes-decrypt-internal.c aes-decrypt.c \
                 camellia-set-encrypt-key.c camellia-set-decrypt-key.c \
                 camellia-table.c camellia-meta.c \
                 cast128.c cast128-meta.c \
+                chacha-core-internal.c chacha-crypt.c chacha-init.c \
                 blowfish.c \
                 cbc.c ctr.c gcm.c gcm-aes.c \
                 des.c des3.c des-compat.c eax.c \
@@ -150,6 +151,7 @@ hogweed_SOURCES = sexp.c sexp-format.c \
 HEADERS = aes.h arcfour.h arctwo.h asn1.h bignum.h blowfish.h \
          base16.h base64.h buffer.h camellia.h cast128.h \
          cbc.h ctr.h \
+         chacha.h \
          des.h des-compat.h dsa.h eax.h ecc-curve.h ecc.h ecdsa.h \
          gcm.h gosthash94.h hmac.h \
          knuth-lfib.h \
_______________________________________________
nettle-bugs mailing list
[email protected]
http://lists.lysator.liu.se/mailman/listinfo/nettle-bugs

Reply via email to