diff options
Diffstat (limited to 'openvpn/configure.ac')
-rw-r--r-- | openvpn/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openvpn/configure.ac b/openvpn/configure.ac index b181f6d6..23e76f6c 100644 --- a/openvpn/configure.ac +++ b/openvpn/configure.ac @@ -725,7 +725,7 @@ esac PKG_CHECK_MODULES( [PKCS11_HELPER], - [libpkcs11-helper-1 >= 1.02], + [libpkcs11-helper-1 >= 1.11], [have_pkcs11_helper="yes"], [] ) |