diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-28 11:39:49 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-28 11:39:49 -0400 |
commit | 48ebd9bf76a0e5ff60b88f8906919016de82e819 (patch) | |
tree | 76047a0a4227be696a54987d7d6f4430ec4597e3 /src/lib/intmath/include.am | |
parent | aa3edfd2053bb418907f204e171ae8f7e78c30eb (diff) | |
download | tor-48ebd9bf76a0e5ff60b88f8906919016de82e819.tar.gz tor-48ebd9bf76a0e5ff60b88f8906919016de82e819.zip |
Move weakrng into lib/intmath
Diffstat (limited to 'src/lib/intmath/include.am')
-rw-r--r-- | src/lib/intmath/include.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/intmath/include.am b/src/lib/intmath/include.am index 40459d106d..1ae5d618d4 100644 --- a/src/lib/intmath/include.am +++ b/src/lib/intmath/include.am @@ -8,7 +8,8 @@ endif src_lib_libtor_intmath_a_SOURCES = \ src/lib/intmath/addsub.c \ src/lib/intmath/bits.c \ - src/lib/intmath/muldiv.c + src/lib/intmath/muldiv.c \ + src/lib/intmath/weakrng.c src_lib_libtor_intmath_testing_a_SOURCES = \ $(src_lib_libtor_intmath_a_SOURCES) @@ -19,4 +20,5 @@ noinst_HEADERS += \ src/lib/intmath/addsub.h \ src/lib/intmath/cmp.h \ src/lib/intmath/bits.h \ - src/lib/intmath/muldiv.h + src/lib/intmath/muldiv.h \ + src/lib/intmath/weakrng.h |