]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add crypto_rsa.[ch] to include.am
authorFernando Fernandez Mancera <ffmancera@riseup.net>
Fri, 26 Jan 2018 16:01:33 +0000 (17:01 +0100)
committerNick Mathewson <nickm@torproject.org>
Thu, 1 Feb 2018 17:09:36 +0000 (12:09 -0500)
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>
src/common/include.am

index b84f6ad817e4846ef87203682cd11d15aacb0d7c..1777f33ad91772f43c2e4ae05d63c63b695f732d 100644 (file)
@@ -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                          \