commit 77e4a01f12cc127022df16922fbe526bfc5824d9 Author: Kevin Butler haqkrs@gmail.com Date: Mon Sep 2 19:54:50 2013 +0100
Updated openssl configuration advice for Debian --- changes/bug9207 | 2 ++ configure.ac | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/changes/bug9207 b/changes/bug9207 new file mode 100644 index 0000000..66f8e34 --- /dev/null +++ b/changes/bug9207 @@ -0,0 +1,2 @@ + o Minor Bugfixes: + - Updated configuration advice for installing openssl on Debian. Fixes #9207. diff --git a/configure.ac b/configure.ac index 4aeec92..2ea69c9 100644 --- a/configure.ac +++ b/configure.ac @@ -499,7 +499,7 @@ dnl ------------------------------------------------------ dnl Where do you live, openssl? And how do we call you?
tor_openssl_pkg_redhat="openssl" -tor_openssl_pkg_debian="libssl" +tor_openssl_pkg_debian="libssl-dev" tor_openssl_devpkg_redhat="openssl-devel" tor_openssl_devpkg_debian="libssl-dev"
tor-commits@lists.torproject.org