Fix secp521r1 test with newer OpenSSL versions.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2026-03-18 13:19:20 +01:00
parent 839fb431c4
commit 983a5b7d10
No known key found for this signature in database
GPG key ID: C0095B7870A4CCD3

View file

@ -21,7 +21,7 @@ gen_and_check() {
glabel="EC_POINT 512 bits"
;;
*"521"*)
glabel="EC_POINT 528 bits"
glabel="EC_POINT 52"
;;
*"rsa"*)
IFS=: read -r v1 bits <<< "$1"