aboutsummaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorFernando Fernandez Mancera <ffmancera@riseup.net>2018-01-26 17:01:33 +0100
committerNick Mathewson <nickm@torproject.org>2018-02-01 12:09:36 -0500
commitbdaf7ebc269e48c416b5e0552783361212c61fd1 (patch)
tree784017d81940cf35037e9e954d35a21753d77bf0 /src/common
parent3812319bb16f8687c7b21c9b7bcd86b2ed62663a (diff)
downloadtor-bdaf7ebc269e48c416b5e0552783361212c61fd1.tar.gz
tor-bdaf7ebc269e48c416b5e0552783361212c61fd1.zip
Add crypto_rsa.[ch] to include.am
Included crypto_rsa.[ch] into include.am in order to resolve a compiling issue. Follows #24658. Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net>
Diffstat (limited to 'src/common')
-rw-r--r--src/common/include.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/include.am b/src/common/include.am
index b84f6ad817..1777f33ad9 100644
--- a/src/common/include.am
+++ b/src/common/include.am
@@ -113,6 +113,7 @@ LIBOR_CRYPTO_A_SRC = \
src/common/compress_zlib.c \
src/common/compress_zstd.c \
src/common/crypto.c \
+ src/common/crypto_rsa.c \
src/common/crypto_openssl_mgt.c \
src/common/crypto_pwbox.c \
src/common/crypto_s2k.c \
@@ -166,6 +167,7 @@ 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_s2k.h \
src/common/di_ops.h \