From 752ffa21973c67a789c34511e13d079d8bec3858 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 19 Jul 2018 08:53:40 -0400 Subject: Extract openssl RSA functionality into its own file. --- src/lib/crypt_ops/include.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/crypt_ops/include.am') 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 -- cgit v1.2.3-54-g00ecf