projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
993ea85
)
Typo, was "time" instead of "tim".
author
Richard Levitte
<levitte@openssl.org>
Tue, 14 Nov 2000 10:52:16 +0000
(10:52 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 14 Nov 2000 10:52:16 +0000
(10:52 +0000)
Caught by Jeffrey Altman <jaltman@columbia.edu>
crypto/ocsp/ocsp_ext.c
patch
|
blob
|
history
diff --git
a/crypto/ocsp/ocsp_ext.c
b/crypto/ocsp/ocsp_ext.c
index fdfe6b13be1f47931f40c14b5a3ba9d9398a2818..aac4edb1e5fd2848dda6de5e155a53428ceb74ef 100644
(file)
--- a/
crypto/ocsp/ocsp_ext.c
+++ b/
crypto/ocsp/ocsp_ext.c
@@
-146,7
+146,7
@@
X509_EXTENSION *OCSP_crlID_new(char *url, long *n, char *tim)
if (!(cid->crlNum = ASN1_INTEGER_new())) goto err;
if (!(ASN1_INTEGER_set(cid->crlNum, *n))) goto err;
}
- if (tim
e
)
+ if (tim)
{
if (!(cid->crlTime = ASN1_GENERALIZEDTIME_new())) goto err;
if (!(ASN1_GENERALIZEDTIME_set_string(cid->crlTime, tim)))