]> git.pld-linux.org Git - packages/LPRng.git/blame - LPRng-openssl1.1.patch
- rediff patches, rel 5
[packages/LPRng.git] / LPRng-openssl1.1.patch
CommitLineData
e7651981
JB
1--- a/configure.in.orig 2018-11-14 20:57:29.911047886 +0100
2+++ b/configure.in 2018-11-14 21:11:48.224371420 +0100
3@@ -1589,7 +1589,7 @@
4 save_LDFLAGS=$LDFLAGS
5 LIBS="-lssl -lcrypto $LIBS"
6 LDFLAGS="$LDFLAGS -L$dir "
7- AC_TRY_LINK_FUNC(SSL_load_error_strings,ac_linked_libssl="true",
8+ AC_TRY_LINK_FUNC(OPENSSL_init_ssl,ac_linked_libssl="true",
9 ac_linked_libssl="false");
10 AC_TRY_LINK_FUNC(RC4_set_key,ac_linked_libcrypto="true",
11 ac_linked_libcrypto="false");
This page took 0.136959 seconds and 4 git commands to generate.