Minor fix

This commit is contained in:
Zhi Guan
2026-06-21 10:03:19 +08:00
parent 3e986d2011
commit df66e689aa
5 changed files with 20 additions and 2 deletions

View File

@@ -2148,6 +2148,8 @@ int x509_verify_init(X509_SIGN_CTX *ctx, const X509_KEY *key, const void *args,
}
}
memset(ctx, 0, sizeof(X509_SIGN_CTX));
switch (key->algor) {
case OID_ec_public_key:
switch (key->algor_param) {