diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-18 17:03:52 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-18 17:03:52 -0400 |
commit | 70d91bd059869a0ecf24ceb66942ada4f66f03c9 (patch) | |
tree | d7be08d0d0035ed653355781e4c27bec25f48d19 /changes | |
parent | 9799cc90b06d4e9e165c0927092274066ca45a66 (diff) | |
download | tor-70d91bd059869a0ecf24ceb66942ada4f66f03c9.tar.gz tor-70d91bd059869a0ecf24ceb66942ada4f66f03c9.zip |
Remove duplicate MODULE_DIRAUTH_SOURCES from libtor_testing.a
This was already added to LIBTOR_A_SOURCES; it doesn't need to get
added again.
Fixes bug 26402. Bugfix on 0.3.4.1-alpha.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug26402 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug26402 b/changes/bug26402 new file mode 100644 index 0000000000..b21283a2d2 --- /dev/null +++ b/changes/bug26402 @@ -0,0 +1,4 @@ + o Minor bugfixes (compilation): + - When linking the libtor_testing.a library, only include the dirauth + object files once. Previously, they were getting added twice. + Fixes bug 26402; bugfix on 0.3.4.1-alpha. |