diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-08-02 08:38:59 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-08-02 08:38:59 -0400 |
commit | 727f1676d68fca00f2f40f166b5afda3a5728dc4 (patch) | |
tree | 6f09d0613a637764234db8915bb4da776c247e57 /src/lib/crypt_ops/include.am | |
parent | b590cc0449e1432a36e61bf259e92c679c8f5b6d (diff) | |
download | tor-727f1676d68fca00f2f40f166b5afda3a5728dc4.tar.gz tor-727f1676d68fca00f2f40f166b5afda3a5728dc4.zip |
Fix double-link of crypto_openssl_mgt.c
Diffstat (limited to 'src/lib/crypt_ops/include.am')
-rw-r--r-- | src/lib/crypt_ops/include.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/crypt_ops/include.am b/src/lib/crypt_ops/include.am index 8647a91e8c..f6164dd213 100644 --- a/src/lib/crypt_ops/include.am +++ b/src/lib/crypt_ops/include.am @@ -16,7 +16,6 @@ src_lib_libtor_crypt_ops_a_SOURCES = \ src/lib/crypt_ops/crypto_hkdf.c \ src/lib/crypt_ops/crypto_init.c \ src/lib/crypt_ops/crypto_ope.c \ - src/lib/crypt_ops/crypto_openssl_mgt.c \ src/lib/crypt_ops/crypto_pwbox.c \ src/lib/crypt_ops/crypto_rand.c \ src/lib/crypt_ops/crypto_rsa.c \ |