]> git.pld-linux.org Git - packages/bacula.git/blob - bacula-openssl1.patch
- openssl1.path is back, now to actually enable the openssl1-compatibility-workaround...
[packages/bacula.git] / bacula-openssl1.patch
1 diff -dur -x '*~' bacula-5.0.2.orig/autoconf/configure.in bacula-5.0.2/autoconf/configure.in
2 --- bacula-5.0.2.orig/autoconf/configure.in     2010-05-26 12:46:22.437922997 +0200
3 +++ bacula-5.0.2/autoconf/configure.in  2010-05-26 13:08:22.688284981 +0200
4 @@ -1209,7 +1209,7 @@
5     OPENSSL_LIBS=""
6     OPENSSL_INC=""
7  else
8 -   AC_CHECK_LIB(ssl, EVP_PKEY_encrypt_old, AC_DEFINE(HAVE_OPENSSLv1, 1, [Set if have OpenSSL version 1.x]))
9 +   AC_DEFINE(HAVE_OPENSSLv1, 1, [Set if have OpenSSL version 1.x])
10  fi  
11  
12  AC_MSG_RESULT([$support_tls])
This page took 0.042404 seconds and 4 git commands to generate.