Message ID | 20240624220157.2248556-3-stefanb@linux.vnet.ibm.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Enable and disable OpenSSL provider tests | expand |
diff --git a/ci/alt.sh b/ci/alt.sh index f86dcec..f1eefbf 100755 --- a/ci/alt.sh +++ b/ci/alt.sh @@ -28,4 +28,4 @@ apt-get install -y \ xxd \ && control openssl-gost enabled -apt-get install -y pkcs11-provider || true +# apt-get install -y pkcs11-provider || true diff --git a/ci/debian.sh b/ci/debian.sh index e1bae43..34125d4 100755 --- a/ci/debian.sh +++ b/ci/debian.sh @@ -59,4 +59,4 @@ $apt \ $apt xxd || $apt vim-common $apt libengine-gost-openssl || true $apt softhsm2 gnutls-bin libengine-pkcs11-openssl || true -$apt softhsm2 gnutls-bin pkcs11-provider || true +# $apt softhsm2 gnutls-bin pkcs11-provider || true