mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-04 13:14:45 +02:00
Use correct string in the unit tests.
This commit is contained in:
@@ -49521,11 +49521,11 @@ static int test_tls13_apis(void)
|
|||||||
#endif
|
#endif
|
||||||
#else
|
#else
|
||||||
#ifndef WOLFSSL_NO_KYBER512
|
#ifndef WOLFSSL_NO_KYBER512
|
||||||
":P256_ML_KEM_512"
|
":SecP256r1MLKEM512"
|
||||||
#elif !defined(WOLFSSL_NO_KYBER768)
|
#elif !defined(WOLFSSL_NO_KYBER768)
|
||||||
":P256_ML_KEM_768"
|
":SecP384r1MLKEM768"
|
||||||
#else
|
#else
|
||||||
":P256_ML_KEM_1024"
|
":SecP521r1MLKEM1024"
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user