提交 6229a560 编写于 作者: D Dr. Stephen Henson

Fix email address delete code.

上级 6acc3b96
...@@ -2063,7 +2063,7 @@ again2: ...@@ -2063,7 +2063,7 @@ again2:
goto err; goto err;
} }
while((i = X509_NAME_get_index_by_NID(dn_subject, while((i = X509_NAME_get_index_by_NID(dn_subject,
NID_pkcs9_emailAddress, -1) >= 0)) NID_pkcs9_emailAddress, -1)) >= 0)
{ {
tmpne = X509_NAME_get_entry(dn_subject, i); tmpne = X509_NAME_get_entry(dn_subject, i);
X509_NAME_delete_entry(dn_subject, i); X509_NAME_delete_entry(dn_subject, i);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册