Forráskód Böngészése

Updated openssl configuration advice for Debian

Kevin Butler 10 éve
szülő
commit
77e4a01f12
2 módosított fájl, 3 hozzáadás és 1 törlés
  1. 2 0
      changes/bug9207
  2. 1 1
      configure.ac

+ 2 - 0
changes/bug9207

@@ -0,0 +1,2 @@
+  o Minor Bugfixes:
+    - Updated configuration advice for installing openssl on Debian. Fixes #9207.

+ 1 - 1
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"