aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKevin Butler <haqkrs@gmail.com>2013-09-02 19:54:50 +0100
committerKevin Butler <haqkrs@gmail.com>2013-09-02 19:54:50 +0100
commit77e4a01f12cc127022df16922fbe526bfc5824d9 (patch)
treec0c66cd036eb2d82f1b4c2f04f6eca6b92b3f4ca /configure.ac
parent00bcc25d05dc0273323a2cae20c6aa62afd4b50a (diff)
downloadtor-77e4a01f12cc127022df16922fbe526bfc5824d9.tar
tor-77e4a01f12cc127022df16922fbe526bfc5824d9.tar.gz
Updated openssl configuration advice for Debian
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4aeec929e..2ea69c984 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"