diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-07-19 08:53:40 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-08-21 12:24:08 -0400 |
commit | 752ffa21973c67a789c34511e13d079d8bec3858 (patch) | |
tree | a755792c79708d09c26854c1fe7b5826aa4afa2c /src/lib/crypt_ops/include.am | |
parent | e56f0c9d33a6d7f30f790ec304c87900e9ea7d51 (diff) | |
download | tor-752ffa21973c67a789c34511e13d079d8bec3858.tar.gz tor-752ffa21973c67a789c34511e13d079d8bec3858.zip |
Extract openssl RSA functionality into its own file.
Diffstat (limited to 'src/lib/crypt_ops/include.am')
-rw-r--r-- | src/lib/crypt_ops/include.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/crypt_ops/include.am b/src/lib/crypt_ops/include.am index f6164dd213..69bd7c2dbf 100644 --- a/src/lib/crypt_ops/include.am +++ b/src/lib/crypt_ops/include.am @@ -19,6 +19,7 @@ src_lib_libtor_crypt_ops_a_SOURCES = \ src/lib/crypt_ops/crypto_pwbox.c \ src/lib/crypt_ops/crypto_rand.c \ src/lib/crypt_ops/crypto_rsa.c \ + src/lib/crypt_ops/crypto_rsa_openssl.c \ src/lib/crypt_ops/crypto_s2k.c \ src/lib/crypt_ops/crypto_util.c \ src/lib/crypt_ops/digestset.c |