v3_alt.c: otherName parsing fix from HEAD.
Submitted by: Love Hoernquist Aastrand
This commit is contained in:
parent
57b53c1b0a
commit
892582b541
1 changed files with 1 additions and 0 deletions
|
@ -493,6 +493,7 @@ GENERAL_NAME *a2i_GENERAL_NAME(GENERAL_NAME *out,
|
|||
X509V3err(X509V3_F_A2I_GENERAL_NAME,X509V3_R_OTHERNAME_ERROR);
|
||||
goto err;
|
||||
}
|
||||
break;
|
||||
default:
|
||||
X509V3err(X509V3_F_A2I_GENERAL_NAME,X509V3_R_UNSUPPORTED_TYPE);
|
||||
goto err;
|
||||
|
|
Loading…
Reference in a new issue