|
@@ -9,7 +9,7 @@ and remove host paths when looking for openssl.
|
|
|
[Vincent:
|
|
|
- Adapt the patch to make it apply on the new version.]
|
|
|
[Bernd: rebased for tor-0.2.7.6, 0.2.8.10, 0.2.9.9, 0.3.1.7, 0.3.2.10,
|
|
|
- 0.3.4.8, 0.3.5.7, 0.4.4.5 & 0.4.5.6]
|
|
|
+ 0.3.4.8, 0.3.5.7, 0.4.4.5, 0.4.5.6 & 0.4.6.7]
|
|
|
[Fabrice: fix detection of openssl functions in 0.3.5.8]
|
|
|
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
|
|
|
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
|
|
@@ -24,7 +24,7 @@ diff --git a/configure.ac b/configure.ac
|
|
|
index 05e1392cf..580befa6b 100644
|
|
|
--- a/configure.ac
|
|
|
+++ b/configure.ac
|
|
|
-@@ -1056,7 +1056,7 @@ AC_ARG_WITH(ssl-dir,
|
|
|
+@@ -1074,7 +1074,7 @@ AC_ARG_WITH(ssl-dir,
|
|
|
])
|
|
|
|
|
|
AC_MSG_NOTICE([Now, we'll look for OpenSSL >= 1.0.1])
|
|
@@ -33,7 +33,7 @@ index 05e1392cf..580befa6b 100644
|
|
|
[#include <openssl/ssl.h>
|
|
|
char *getenv(const char *);],
|
|
|
[struct ssl_cipher_st;
|
|
|
-@@ -1086,7 +1086,7 @@ dnl Now check for particular openssl functions.
|
|
|
+@@ -1104,7 +1104,7 @@ dnl Now check for particular openssl functions.
|
|
|
save_LIBS="$LIBS"
|
|
|
save_LDFLAGS="$LDFLAGS"
|
|
|
save_CPPFLAGS="$CPPFLAGS"
|
|
@@ -46,7 +46,7 @@ diff --git a/src/test/include.am b/src/test/include.am
|
|
|
index ecb768957..39a622e88 100644
|
|
|
--- a/src/test/include.am
|
|
|
+++ b/src/test/include.am
|
|
|
-@@ -404,8 +404,8 @@ src_test_test_ntor_cl_LDFLAGS = @TOR_LDFLAGS_zlib@ $(TOR_LDFLAGS_CRYPTLIB)
|
|
|
+@@ -399,8 +399,8 @@ src_test_test_ntor_cl_LDFLAGS = @TOR_LDFLAGS_zlib@ $(TOR_LDFLAGS_CRYPTLIB)
|
|
|
src_test_test_ntor_cl_LDADD = \
|
|
|
libtor.a \
|
|
|
$(rust_ldadd) \
|
|
@@ -57,7 +57,7 @@ index ecb768957..39a622e88 100644
|
|
|
@CURVE25519_LIBS@ @TOR_LZMA_LIBS@ @TOR_TRACE_LIBS@
|
|
|
src_test_test_ntor_cl_AM_CPPFLAGS = \
|
|
|
$(AM_CPPFLAGS)
|
|
|
-@@ -414,8 +414,8 @@
|
|
|
+@@ -409,8 +409,8 @@
|
|
|
src_test_test_hs_ntor_cl_LDFLAGS = @TOR_LDFLAGS_zlib@ $(TOR_LDFLAGS_CRYPTLIB)
|
|
|
src_test_test_hs_ntor_cl_LDADD = \
|
|
|
libtor.a \
|