Use correct string in the unit tests.

This commit is contained in:
Anthony Hu
2025-07-30 16:34:27 -04:00
parent c7e054a7a7
commit 6f66f4fda3

View File

@@ -49521,11 +49521,11 @@ static int test_tls13_apis(void)
#endif
#else
#ifndef WOLFSSL_NO_KYBER512
":P256_ML_KEM_512"
":SecP256r1MLKEM512"
#elif !defined(WOLFSSL_NO_KYBER768)
":P256_ML_KEM_768"
":SecP384r1MLKEM768"
#else
":P256_ML_KEM_1024"
":SecP521r1MLKEM1024"
#endif
#endif
#endif