提交 820aaa5f 编写于 作者: R Richard Levitte

Typo, was "time" instead of "tim".

Caught by Jeffrey Altman <jaltman@columbia.edu>
上级 993ea851
...@@ -146,7 +146,7 @@ X509_EXTENSION *OCSP_crlID_new(char *url, long *n, char *tim) ...@@ -146,7 +146,7 @@ X509_EXTENSION *OCSP_crlID_new(char *url, long *n, char *tim)
if (!(cid->crlNum = ASN1_INTEGER_new())) goto err; if (!(cid->crlNum = ASN1_INTEGER_new())) goto err;
if (!(ASN1_INTEGER_set(cid->crlNum, *n))) goto err; if (!(ASN1_INTEGER_set(cid->crlNum, *n))) goto err;
} }
if (time) if (tim)
{ {
if (!(cid->crlTime = ASN1_GENERALIZEDTIME_new())) goto err; if (!(cid->crlTime = ASN1_GENERALIZEDTIME_new())) goto err;
if (!(ASN1_GENERALIZEDTIME_set_string(cid->crlTime, tim))) if (!(ASN1_GENERALIZEDTIME_set_string(cid->crlTime, tim)))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册