diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-03-31 10:57:48 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-04-07 13:21:07 -0400 |
commit | 7b60f0129a12543cf08a2cef5c13b8bfa6691459 (patch) | |
tree | c8c1a677e2ac4d28f091afdad616a33fbcdd4494 /src/tools/include.am | |
parent | 04f1ddaa2a33194ba861cc38f89f16fd076c63a6 (diff) | |
download | tor-7b60f0129a12543cf08a2cef5c13b8bfa6691459.tar.gz tor-7b60f0129a12543cf08a2cef5c13b8bfa6691459.zip |
Remove tor-checkkey as obsolete
CVE-2008-0166 is long gone, and we no longer need a helper tool to
dump out public key moduli so folks can detect it.
Closes ticket 21842.
Diffstat (limited to 'src/tools/include.am')
-rw-r--r-- | src/tools/include.am | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/tools/include.am b/src/tools/include.am index d0185b5887..5eadb03a05 100644 --- a/src/tools/include.am +++ b/src/tools/include.am @@ -1,5 +1,4 @@ bin_PROGRAMS+= src/tools/tor-resolve src/tools/tor-gencert -noinst_PROGRAMS+= src/tools/tor-checkkey if COVERAGE_ENABLED noinst_PROGRAMS+= src/tools/tor-cov-resolve src/tools/tor-cov-gencert @@ -43,14 +42,4 @@ src_tools_tor_cov_gencert_LDADD = src/common/libor-testing.a \ @TOR_LIB_WS32@ @TOR_LIB_GDI@ @CURVE25519_LIBS@ endif -src_tools_tor_checkkey_SOURCES = src/tools/tor-checkkey.c -src_tools_tor_checkkey_LDFLAGS = @TOR_LDFLAGS_zlib@ @TOR_LDFLAGS_openssl@ -src_tools_tor_checkkey_LDADD = src/common/libor.a \ - src/common/libor-ctime.a \ - src/common/libor-crypto.a \ - $(LIBKECCAK_TINY) \ - $(LIBDONNA) \ - @TOR_LIB_MATH@ @TOR_ZLIB_LIBS@ @TOR_OPENSSL_LIBS@ \ - @TOR_LIB_WS32@ @TOR_LIB_GDI@ @CURVE25519_LIBS@ - EXTRA_DIST += src/tools/tor-fw-helper/README |