diff options
author | Isis Lovecruft <isis@torproject.org> | 2018-04-06 21:40:17 +0000 |
---|---|---|
committer | Isis Lovecruft <isis@torproject.org> | 2018-04-06 22:49:15 +0000 |
commit | 88190026b3286b32ac22c1bbd999b7f1de2aa79f (patch) | |
tree | 12edb665ef2ff55b1cac5cecfb45c0c32419e746 /src/common/include.am | |
parent | 64e6551b8bb934335251c6965355660ec26e712d (diff) | |
download | tor-88190026b3286b32ac22c1bbd999b7f1de2aa79f.tar.gz tor-88190026b3286b32ac22c1bbd999b7f1de2aa79f.zip |
crypto: Alphabetise some #includes in /src/common/crypto*.
* FIXES part of #24658: https://bugs.torproject.org/24658
Diffstat (limited to 'src/common/include.am')
-rw-r--r-- | src/common/include.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common/include.am b/src/common/include.am index f0cbd0e1d3..81ae8fc27e 100644 --- a/src/common/include.am +++ b/src/common/include.am @@ -115,12 +115,12 @@ LIBOR_CRYPTO_A_SRC = \ src/common/compress_zstd.c \ src/common/crypto.c \ src/common/crypto_digest.c \ - src/common/crypto_rsa.c \ + src/common/crypto_format.c \ src/common/crypto_openssl_mgt.c \ src/common/crypto_pwbox.c \ src/common/crypto_rand.c \ + src/common/crypto_rsa.c \ src/common/crypto_s2k.c \ - src/common/crypto_format.c \ src/common/crypto_util.c \ src/common/tortls.c \ src/common/crypto_curve25519.c \ @@ -173,9 +173,9 @@ COMMONHEADERS = \ src/common/crypto_ed25519.h \ src/common/crypto_format.h \ src/common/crypto_openssl_mgt.h \ - src/common/crypto_rsa.h \ src/common/crypto_pwbox.h \ src/common/crypto_rand.h \ + src/common/crypto_rsa.h \ src/common/crypto_s2k.h \ src/common/crypto_util.h \ src/common/di_ops.h \ |