diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-09-12 19:25:58 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-09-12 19:25:58 -0400 |
commit | feabf4148fc00a8535714ff72d9caa8303a73eaf (patch) | |
tree | 298ec14f814f14a397c745bc96a7d459be670059 /src/common/include.am | |
parent | a73dec16c539fd957ab09f242cd44b0a0858cd38 (diff) | |
download | tor-feabf4148fc00a8535714ff72d9caa8303a73eaf.tar.gz tor-feabf4148fc00a8535714ff72d9caa8303a73eaf.zip |
Drop support for openssl 0.9.7
097 hasn't seen a new version since 2007; we can drop support too.
This lets us remove our built-in sha256 implementation, and some
checks for old bugs.
Diffstat (limited to 'src/common/include.am')
-rw-r--r-- | src/common/include.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common/include.am b/src/common/include.am index 299c92e065..ba08aa7e5a 100644 --- a/src/common/include.am +++ b/src/common/include.am @@ -3,7 +3,6 @@ noinst_LIBRARIES+= src/common/libor.a src/common/libor-crypto.a src/common/libor EXTRA_DIST+= \ src/common/common_sha1.i \ - src/common/sha256.c \ src/common/Makefile.nmake #CFLAGS = -Wall -Wpointer-arith -O2 @@ -72,4 +71,4 @@ src/common/common_sha1.i: $(libor_SOURCES) $(libor_crypto_a_SOURCES) $(COMMONHEA fi src/common/util_codedigest.o: src/common/common_sha1.i -src/common/crypto.o: src/common/sha256.c + |