aboutsummaryrefslogtreecommitdiff
path: root/src/lib/intmath/include.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-29 10:21:50 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-29 12:21:52 -0400
commit77bc65bbc495095d4d2679631e06a498ea1e2529 (patch)
treefc4fd6333bc7eb641957f853263a0771d3b3b32e /src/lib/intmath/include.am
parent40199b180e53aa36477c75782be51bd689189287 (diff)
downloadtor-77bc65bbc495095d4d2679631e06a498ea1e2529.tar.gz
tor-77bc65bbc495095d4d2679631e06a498ea1e2529.zip
Move bool_eq and bool_neq to lib/intmath
Diffstat (limited to 'src/lib/intmath/include.am')
-rw-r--r--src/lib/intmath/include.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/intmath/include.am b/src/lib/intmath/include.am
index 1ae5d618d4..45ee3bd53b 100644
--- a/src/lib/intmath/include.am
+++ b/src/lib/intmath/include.am
@@ -20,5 +20,6 @@ noinst_HEADERS += \
src/lib/intmath/addsub.h \
src/lib/intmath/cmp.h \
src/lib/intmath/bits.h \
+ src/lib/intmath/logic.h \
src/lib/intmath/muldiv.h \
src/lib/intmath/weakrng.h