diff options
author | Kevin Butler <haqkrs@gmail.com> | 2013-09-02 19:54:50 +0100 |
---|---|---|
committer | Kevin Butler <haqkrs@gmail.com> | 2013-09-02 19:54:50 +0100 |
commit | 77e4a01f12cc127022df16922fbe526bfc5824d9 (patch) | |
tree | c0c66cd036eb2d82f1b4c2f04f6eca6b92b3f4ca | |
parent | 00bcc25d05dc0273323a2cae20c6aa62afd4b50a (diff) | |
download | tor-77e4a01f12cc127022df16922fbe526bfc5824d9.tar.gz tor-77e4a01f12cc127022df16922fbe526bfc5824d9.zip |
Updated openssl configuration advice for Debian
-rw-r--r-- | changes/bug9207 | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/changes/bug9207 b/changes/bug9207 new file mode 100644 index 0000000000..66f8e344e0 --- /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 4aeec929ef..2ea69c9846 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" |