From 1cbe55f9bd6fc755442396e7c6b92ac143a06c7f Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Fri, 19 Apr 2013 17:31:14 +0200 Subject: [PATCH] Sort filenames --- src/libsodium/Makefile.am | 112 +++++++++++++++++++------------------- 1 file changed, 56 insertions(+), 56 deletions(-) diff --git a/src/libsodium/Makefile.am b/src/libsodium/Makefile.am index 6d0aaef9..58132e35 100644 --- a/src/libsodium/Makefile.am +++ b/src/libsodium/Makefile.am @@ -3,6 +3,18 @@ lib_LTLIBRARIES = \ libsodium.la libsodium_la_SOURCES = \ + crypto_auth/crypto_auth.c \ + crypto_auth/hmacsha256/ref/api.h \ + crypto_auth/hmacsha256/ref/hmac_hmacsha256.c \ + crypto_auth/hmacsha256/ref/verify_hmacsha256.c \ + crypto_auth/hmacsha512256/ref/api.h \ + crypto_auth/hmacsha512256/ref/hmac_hmacsha512256.c \ + crypto_auth/hmacsha512256/ref/verify_hmacsha512256.c \ + crypto_box/curve25519xsalsa20poly1305/ref/api.h \ + crypto_box/curve25519xsalsa20poly1305/ref/after_curve25519xsalsa20poly1305.c \ + crypto_box/curve25519xsalsa20poly1305/ref/before_curve25519xsalsa20poly1305.c \ + crypto_box/curve25519xsalsa20poly1305/ref/box_curve25519xsalsa20poly1305.c \ + crypto_box/curve25519xsalsa20poly1305/ref/keypair_curve25519xsalsa20poly1305.c \ crypto_core/hsalsa20/ref2/core_hsalsa20.c \ crypto_core/hsalsa20/ref2/api.h \ crypto_core/salsa20/ref/core_salsa20.c \ @@ -17,51 +29,14 @@ libsodium_la_SOURCES = \ crypto_generichash/blake2/ref/blake2b-ref.c \ crypto_generichash/blake2/ref/blake2s-ref.c \ crypto_generichash/blake2/ref/generichash_blake2b.c \ - crypto_hashblocks/sha256/ref/blocks_sha256.c \ - crypto_hashblocks/sha256/ref/api.h \ - crypto_hashblocks/sha512/ref/blocks_sha512.c \ - crypto_hashblocks/sha512/ref/api.h \ crypto_hash/sha256/ref/api.h \ crypto_hash/sha256/ref/hash_sha256.c \ crypto_hash/sha512/ref/api.h \ crypto_hash/sha512/ref/hash_sha512.c \ - crypto_shorthash/siphash24/ref/api.h \ - crypto_shorthash/siphash24/ref/shorthash_siphash24.c \ - crypto_verify/16/ref/api.h \ - crypto_verify/16/ref/verify_16.c \ - crypto_verify/32/ref/api.h \ - crypto_verify/32/ref/verify_32.c \ - crypto_auth/crypto_auth.c \ - crypto_auth/hmacsha256/ref/api.h \ - crypto_auth/hmacsha256/ref/hmac_hmacsha256.c \ - crypto_auth/hmacsha256/ref/verify_hmacsha256.c \ - crypto_auth/hmacsha512256/ref/api.h \ - crypto_auth/hmacsha512256/ref/hmac_hmacsha512256.c \ - crypto_auth/hmacsha512256/ref/verify_hmacsha512256.c \ - crypto_stream/aes128ctr/portable/afternm_aes128ctr.c \ - crypto_stream/aes128ctr/portable/api.h \ - crypto_stream/aes128ctr/portable/beforenm_aes128ctr.c \ - crypto_stream/aes128ctr/portable/common.h \ - crypto_stream/aes128ctr/portable/common_aes128ctr.c \ - crypto_stream/aes128ctr/portable/consts.h \ - crypto_stream/aes128ctr/portable/consts_aes128ctr.c \ - crypto_stream/aes128ctr/portable/int128.h \ - crypto_stream/aes128ctr/portable/int128_aes128ctr.c \ - crypto_stream/aes128ctr/portable/stream_aes128ctr.c \ - crypto_stream/aes128ctr/portable/types.h \ - crypto_stream/aes128ctr/portable/xor_afternm_aes128ctr.c \ - crypto_stream/salsa20/ref/api.h \ - crypto_stream/salsa20/ref/stream_salsa20.c \ - crypto_stream/salsa20/ref/xor_salsa20.c \ - crypto_stream/salsa2012/ref/api.h \ - crypto_stream/salsa2012/ref/stream_salsa2012.c \ - crypto_stream/salsa2012/ref/xor_salsa2012.c \ - crypto_stream/salsa208/ref/api.h \ - crypto_stream/salsa208/ref/stream_salsa208.c \ - crypto_stream/salsa208/ref/xor_salsa208.c \ - crypto_stream/xsalsa20/ref/api.h \ - crypto_stream/xsalsa20/ref/stream_xsalsa20.c \ - crypto_stream/xsalsa20/ref/xor_xsalsa20.c \ + crypto_hashblocks/sha256/ref/blocks_sha256.c \ + crypto_hashblocks/sha256/ref/api.h \ + crypto_hashblocks/sha512/ref/blocks_sha512.c \ + crypto_hashblocks/sha512/ref/api.h \ crypto_onetimeauth/poly1305/onetimeauth_poly1305.c \ crypto_onetimeauth/poly1305/onetimeauth_poly1305_try.c \ crypto_onetimeauth/poly1305/53/api.h \ @@ -70,14 +45,10 @@ libsodium_la_SOURCES = \ crypto_onetimeauth/poly1305/ref/api.h \ crypto_onetimeauth/poly1305/ref/auth_poly1305_ref.c \ crypto_onetimeauth/poly1305/ref/verify_poly1305_ref.c \ - crypto_sign/edwards25519sha512batch/ref/api.h \ - crypto_sign/edwards25519sha512batch/ref/fe25519.h \ - crypto_sign/edwards25519sha512batch/ref/fe25519_edwards25519sha512batch.c \ - crypto_sign/edwards25519sha512batch/ref/ge25519.h \ - crypto_sign/edwards25519sha512batch/ref/ge25519_edwards25519sha512batch.c \ - crypto_sign/edwards25519sha512batch/ref/sc25519.h \ - crypto_sign/edwards25519sha512batch/ref/sc25519_edwards25519sha512batch.c \ - crypto_sign/edwards25519sha512batch/ref/sign_edwards25519sha512batch.c \ + crypto_secretbox/xsalsa20poly1305/ref/api.h \ + crypto_secretbox/xsalsa20poly1305/ref/box_xsalsa20poly1305.c \ + crypto_shorthash/siphash24/ref/api.h \ + crypto_shorthash/siphash24/ref/shorthash_siphash24.c \ crypto_sign/ed25519/ref10/base.h \ crypto_sign/ed25519/ref10/base2.h \ crypto_sign/ed25519/ref10/api.h \ @@ -133,13 +104,42 @@ libsodium_la_SOURCES = \ crypto_sign/ed25519/ref10/sc_reduce.c \ crypto_sign/ed25519/ref10/sign.c \ crypto_sign/ed25519/ref10/sqrtm1.h \ - crypto_secretbox/xsalsa20poly1305/ref/api.h \ - crypto_secretbox/xsalsa20poly1305/ref/box_xsalsa20poly1305.c \ - crypto_box/curve25519xsalsa20poly1305/ref/api.h \ - crypto_box/curve25519xsalsa20poly1305/ref/after_curve25519xsalsa20poly1305.c \ - crypto_box/curve25519xsalsa20poly1305/ref/before_curve25519xsalsa20poly1305.c \ - crypto_box/curve25519xsalsa20poly1305/ref/box_curve25519xsalsa20poly1305.c \ - crypto_box/curve25519xsalsa20poly1305/ref/keypair_curve25519xsalsa20poly1305.c \ + crypto_sign/edwards25519sha512batch/ref/api.h \ + crypto_sign/edwards25519sha512batch/ref/fe25519.h \ + crypto_sign/edwards25519sha512batch/ref/fe25519_edwards25519sha512batch.c \ + crypto_sign/edwards25519sha512batch/ref/ge25519.h \ + crypto_sign/edwards25519sha512batch/ref/ge25519_edwards25519sha512batch.c \ + crypto_sign/edwards25519sha512batch/ref/sc25519.h \ + crypto_sign/edwards25519sha512batch/ref/sc25519_edwards25519sha512batch.c \ + crypto_sign/edwards25519sha512batch/ref/sign_edwards25519sha512batch.c \ + crypto_stream/aes128ctr/portable/afternm_aes128ctr.c \ + crypto_stream/aes128ctr/portable/api.h \ + crypto_stream/aes128ctr/portable/beforenm_aes128ctr.c \ + crypto_stream/aes128ctr/portable/common.h \ + crypto_stream/aes128ctr/portable/common_aes128ctr.c \ + crypto_stream/aes128ctr/portable/consts.h \ + crypto_stream/aes128ctr/portable/consts_aes128ctr.c \ + crypto_stream/aes128ctr/portable/int128.h \ + crypto_stream/aes128ctr/portable/int128_aes128ctr.c \ + crypto_stream/aes128ctr/portable/stream_aes128ctr.c \ + crypto_stream/aes128ctr/portable/types.h \ + crypto_stream/aes128ctr/portable/xor_afternm_aes128ctr.c \ + crypto_stream/salsa20/ref/api.h \ + crypto_stream/salsa20/ref/stream_salsa20.c \ + crypto_stream/salsa20/ref/xor_salsa20.c \ + crypto_stream/salsa2012/ref/api.h \ + crypto_stream/salsa2012/ref/stream_salsa2012.c \ + crypto_stream/salsa2012/ref/xor_salsa2012.c \ + crypto_stream/salsa208/ref/api.h \ + crypto_stream/salsa208/ref/stream_salsa208.c \ + crypto_stream/salsa208/ref/xor_salsa208.c \ + crypto_stream/xsalsa20/ref/api.h \ + crypto_stream/xsalsa20/ref/stream_xsalsa20.c \ + crypto_stream/xsalsa20/ref/xor_xsalsa20.c \ + crypto_verify/16/ref/api.h \ + crypto_verify/16/ref/verify_16.c \ + crypto_verify/32/ref/api.h \ + crypto_verify/32/ref/verify_32.c \ randombytes/randombytes.c \ randombytes/salsa20/randombytes_salsa20_random.c \ randombytes/sysrandom/randombytes_sysrandom.c \