]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Updated openssl configuration advice for Debian
authorKevin Butler <haqkrs@gmail.com>
Mon, 2 Sep 2013 18:54:50 +0000 (19:54 +0100)
committerKevin Butler <haqkrs@gmail.com>
Mon, 2 Sep 2013 18:54:50 +0000 (19:54 +0100)
changes/bug9207 [new file with mode: 0644]
configure.ac

diff --git a/changes/bug9207 b/changes/bug9207
new file mode 100644 (file)
index 0000000..66f8e34
--- /dev/null
@@ -0,0 +1,2 @@
+  o Minor Bugfixes:
+    - Updated configuration advice for installing openssl on Debian. Fixes #9207.
index 4aeec929ef573f4d46d2ce575f69c901cbe65904..2ea69c984638436df9db278df369856fdfd20c01 100644 (file)
@@ -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"