summaryrefslogtreecommitdiff
path: root/src/lib/crypt_ops/include.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-11-02 11:21:06 -0400
committerNick Mathewson <nickm@torproject.org>2018-11-05 09:22:02 -0500
commit50436ccea4bd200e45196ccce7acff28f293a4de (patch)
tree97385995bcd29d7bf8d8b9a49bdeb884675369ae /src/lib/crypt_ops/include.am
parentcfe5b35edb38cef6312ef0b4ae44fb0e20342706 (diff)
downloadtor-50436ccea4bd200e45196ccce7acff28f293a4de.tar.gz
tor-50436ccea4bd200e45196ccce7acff28f293a4de.zip
Add crypto module as a subsystem.
Diffstat (limited to 'src/lib/crypt_ops/include.am')
-rw-r--r--src/lib/crypt_ops/include.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/crypt_ops/include.am b/src/lib/crypt_ops/include.am
index 1022096fdc..d0ccc13bff 100644
--- a/src/lib/crypt_ops/include.am
+++ b/src/lib/crypt_ops/include.am
@@ -66,5 +66,6 @@ noinst_HEADERS += \
src/lib/crypt_ops/crypto_rand.h \
src/lib/crypt_ops/crypto_rsa.h \
src/lib/crypt_ops/crypto_s2k.h \
+ src/lib/crypt_ops/crypto_sys.h \
src/lib/crypt_ops/crypto_util.h \
src/lib/crypt_ops/digestset.h