]> git.pld-linux.org Git - packages/libp11.git/blob - libp11-openssl3.patch
- updated to 0.4.12
[packages/libp11.git] / libp11-openssl3.patch
1 --- libp11-0.4.12/configure.ac.orig     2022-07-15 21:56:04.000000000 +0200
2 +++ libp11-0.4.12/configure.ac  2023-05-29 19:58:08.260502411 +0200
3 @@ -33,7 +33,7 @@ AC_C_BIGENDIAN
4  # issues with applications linking to new openssl, old libp11, and vice versa
5  case "`$PKG_CONFIG --modversion --silence-errors libcrypto || \
6         $PKG_CONFIG --modversion openssl`" in
7 -       3.0.*) # Predicted engines directory prefix for OpenSSL 3.x
8 +       3.*.*) # Predicted engines directory prefix for OpenSSL 3.x
9             LIBP11_LT_OLDEST="3"
10             debian_ssl_prefix="openssl-3.0.0";;
11         1.1.*) # Predicted engines directory prefix for OpenSSL 1.1.x
This page took 0.044177 seconds and 3 git commands to generate.