]> git.pld-linux.org Git - packages/bacula.git/blame - bacula-openssl1.patch
- patch to fix a crash that may happen when using the DVD storage
[packages/bacula.git] / bacula-openssl1.patch
CommitLineData
4623123a 1--- bacula-5.0.3.orig/autoconf/configure.in.orig 2010-08-06 20:31:44.000000000 +0000
2+++ bacula-5.0.3.orig/autoconf/configure.in 2010-08-06 20:36:59.000000000 +0000
3@@ -1188,7 +1188,7 @@
4 fi
4de53c49 5
4623123a 6 if test "$support_crypto" = "yes"; then
7- AC_CHECK_LIB(ssl, EVP_PKEY_encrypt_old, AC_DEFINE(HAVE_OPENSSLv1, 1, [Set if have OpenSSL version 1.x]))
8+ AC_DEFINE(HAVE_OPENSSLv1, 1, [Set if have OpenSSL version 1.x])
9 fi
10
11 LIBS="${saved_LIBS}"
This page took 0.056573 seconds and 4 git commands to generate.