-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Aloha!
(Don't know if this is anything you want to fix Niels.)
While working on the integration of chacha into Nettle i noticed that
the source files listed in Makefile.in are alphabetically sorted. At
least almost.
Here is a patch that sorts the nettle_SOURCES.
- --
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/
iEYEARECAAYFAlLJISIACgkQZoPr8HT30QFgTgCgmJ8OlJlK15if2x3eYPABuVHu
fhcAn2wVaUIl60cpD8aTpdEHKbUsClIe
=fyP1
-----END PGP SIGNATURE-----
diff --git a/Makefile.in b/Makefile.in
index 05e6ade..59193c8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -75,42 +75,42 @@ nettle_SOURCES = aes-decrypt-internal.c aes-decrypt.c \
arcfour.c arcfour-crypt.c arcfour-meta.c \
arctwo.c arctwo-meta.c gosthash94-meta.c \
base16-encode.c base16-decode.c base16-meta.c \
- base64-encode.c base64-decode.c base64-meta.c \
+ base64-encode.c base64-decode.c base64-meta.c \
+ blowfish.c \
+ buffer.c buffer-init.c realloc.c \
camellia-crypt.c camellia-crypt-internal.c \
camellia-set-encrypt-key.c camellia-set-decrypt-key.c \
camellia-table.c camellia-meta.c \
cast128.c cast128-meta.c \
- blowfish.c \
cbc.c ctr.c gcm.c gcm-aes.c \
des.c des3.c des-compat.c eax.c \
+ gosthash94.c \
hmac.c hmac-md5.c hmac-ripemd160.c hmac-sha1.c \
hmac-sha224.c hmac-sha256.c hmac-sha384.c hmac-sha512.c \
- pbkdf2.c pbkdf2-hmac-sha1.c pbkdf2-hmac-sha256.c \
knuth-lfib.c \
+ memxor.c \
md2.c md2-meta.c md4.c md4-meta.c \
md5.c md5-compress.c md5-compat.c md5-meta.c \
- memxor.c \
- gosthash94.c \
+ nettle-meta-hashes.c nettle-meta-ciphers.c \
+ nettle-meta-armors.c \
+ pbkdf2.c pbkdf2-hmac-sha1.c pbkdf2-hmac-sha256.c \
ripemd160.c ripemd160-compress.c ripemd160-meta.c \
salsa20-core-internal.c \
salsa20-crypt.c salsa20r12-crypt.c salsa20-set-key.c \
+ serpent-set-key.c serpent-encrypt.c serpent-decrypt.c \
+ serpent-meta.c \
sha1.c sha1-compress.c sha1-meta.c \
sha256.c sha256-compress.c sha224-meta.c sha256-meta.c \
sha512.c sha512-compress.c sha384-meta.c sha512-meta.c \
sha3.c sha3-permute.c \
sha3-224.c sha3-224-meta.c sha3-256.c sha3-256-meta.c \
sha3-384.c sha3-384-meta.c sha3-512.c sha3-512-meta.c\
- serpent-set-key.c serpent-encrypt.c serpent-decrypt.c \
- serpent-meta.c \
twofish.c twofish-meta.c \
umac-nh.c umac-nh-n.c umac-l2.c umac-l3.c \
umac-poly64.c umac-poly128.c umac-set-key.c \
umac32.c umac64.c umac96.c umac128.c \
- yarrow256.c yarrow_key_event.c \
- buffer.c buffer-init.c realloc.c \
- nettle-meta-hashes.c nettle-meta-ciphers.c \
- nettle-meta-armors.c \
- write-be32.c write-le32.c write-le64.c
+ write-be32.c write-le32.c write-le64.c \
+ yarrow256.c yarrow_key_event.c
hogweed_SOURCES = sexp.c sexp-format.c \
sexp-transport.c sexp-transport-format.c \
_______________________________________________
nettle-bugs mailing list
[email protected]
http://lists.lysator.liu.se/mailman/listinfo/nettle-bugs