[tor-commits] [tor/master] Fix "make distcheck."

nickm at torproject.org nickm at torproject.org
Wed Sep 5 00:47:13 UTC 2018


commit 2d80673b9a7965d5b2af895c7527eb58bd6a00ce
Author: Nick Mathewson <nickm at torproject.org>
Date:   Wed Jul 18 09:52:47 2018 -0400

    Fix "make distcheck."
---
 src/lib/crypt_ops/include.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lib/crypt_ops/include.am b/src/lib/crypt_ops/include.am
index 3ebb0b0f6..018730627 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			\





More information about the tor-commits mailing list