Run rsabigexponent test only when OpenSSL is used as cryptography provider

This commit is contained in:
Ondřej Surý
2018-08-27 11:24:32 +02:00
parent dc4086d4f2
commit 8b3878dc7d
2 changed files with 7 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ if $BIGKEY > /dev/null 2>&1
then
rm -f Kexample.*
else
echo_i "This test requires cryptography" >&2
echo_i "configure with --with-openssl, or --with-pkcs11 and --enable-native-pkcs11" >&2
echo_i "This test requires OpenSSL cryptography provider" >&2
echo_i "configure with --with-openssl, and make sure you disable --with-pkcs11 and --enable-native-pkcs11" >&2
exit 255
fi