mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 18:10:00 -04:00
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:
parent
49dcee5b19
commit
ffe0cb4bb0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue