Fix ecdsa256 check in ecdsa system test setup

Probably by copy-paste mistake, ecdsa384 was checked twice.

(cherry picked from commit 10194baa07)
This commit is contained in:
Štěpán Balážik 2023-06-24 11:45:50 +02:00 committed by Ondřej Surý
parent 49dcee5b19
commit ffe0cb4bb0
No known key found for this signature in database
GPG key ID: 2820F37E873DEA41

View file

@ -15,7 +15,7 @@ set -e
. ../conf.sh
if $SHELL ../testcrypto.sh ecdsap384sha384; then
if $SHELL ../testcrypto.sh ecdsap256sha256; then
echo "yes" > ecdsa256-supported.file
fi