mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 06:55:30 +00:00
Merge branch 'stepan/fix-check-in-ecdsa-system-test' into 'main'
Fix ecdsa256 check in ecdsa system test setup See merge request isc-projects/bind9!8053
This commit is contained in:
@@ -15,7 +15,7 @@ set -e
|
|||||||
|
|
||||||
. ../conf.sh
|
. ../conf.sh
|
||||||
|
|
||||||
if $SHELL ../testcrypto.sh ecdsap384sha384; then
|
if $SHELL ../testcrypto.sh ecdsap256sha256; then
|
||||||
echo "yes" > ecdsa256-supported.file
|
echo "yes" > ecdsa256-supported.file
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user