Make clang happy.

This commit is contained in:
Anthony Hu
2022-08-09 14:35:59 -04:00
parent ae0faa40cf
commit 57dc263d05

View File

@@ -20290,8 +20290,6 @@ const char* wolfSSL_get_curve_name(WOLFSSL* ssl)
case WOLFSSL_KYBER_LEVEL1:
return "KYBER_LEVEL1";
#endif
default:
/* Fall through. */
}
}