From: Nick Mathewson Date: Wed, 18 Jul 2018 13:52:47 +0000 (-0400) Subject: Fix "make distcheck." X-Git-Tag: tor-0.3.5.1-alpha~92^2~53^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2d80673b9a7965d5b2af895c7527eb58bd6a00ce;p=thirdparty%2Ftor.git Fix "make distcheck." --- diff --git a/src/lib/crypt_ops/include.am b/src/lib/crypt_ops/include.am index 3ebb0b0f6b..018730627d 100644 --- a/src/lib/crypt_ops/include.am +++ b/src/lib/crypt_ops/include.am @@ -54,6 +54,7 @@ noinst_HEADERS += \ src/lib/crypt_ops/crypto_cipher.h \ src/lib/crypt_ops/crypto_hkdf.h \ src/lib/crypt_ops/crypto_init.h \ + src/lib/crypt_ops/crypto_nss_mgt.h \ src/lib/crypt_ops/crypto_openssl_mgt.h \ src/lib/crypt_ops/crypto_pwbox.h \ src/lib/crypt_ops/crypto_rand.h \