diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-11-07 08:59:42 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-11-07 08:59:42 -0500 |
commit | f6c9ca3a1d1c29a293915612e26cdbfeb050c192 (patch) | |
tree | b210ebcead649d0a22c6e09c11b726da15a01f7c /src/lib/crypt_ops/include.am | |
parent | 582cee723a86e44f140a5057152df06659c36e71 (diff) | |
parent | de7053b8967db64ae2a871d11b12afbcb9b1f8a6 (diff) | |
download | tor-f6c9ca3a1d1c29a293915612e26cdbfeb050c192.tar.gz tor-f6c9ca3a1d1c29a293915612e26cdbfeb050c192.zip |
Merge branch 'config_subsys_v4'
Diffstat (limited to 'src/lib/crypt_ops/include.am')
-rw-r--r-- | src/lib/crypt_ops/include.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/crypt_ops/include.am b/src/lib/crypt_ops/include.am index 1f58a33d38..7644cab412 100644 --- a/src/lib/crypt_ops/include.am +++ b/src/lib/crypt_ops/include.am @@ -68,6 +68,8 @@ noinst_HEADERS += \ src/lib/crypt_ops/crypto_nss_mgt.h \ src/lib/crypt_ops/crypto_openssl_mgt.h \ src/lib/crypt_ops/crypto_ope.h \ + src/lib/crypt_ops/crypto_options.inc \ + src/lib/crypt_ops/crypto_options_st.h \ src/lib/crypt_ops/crypto_pwbox.h \ src/lib/crypt_ops/crypto_rand.h \ src/lib/crypt_ops/crypto_rsa.h \ |