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:
9e5b378
)
Old typo...
author
Richard Levitte
<levitte@openssl.org>
Sun, 5 Jun 2005 21:54:48 +0000
(21:54 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Sun, 5 Jun 2005 21:54:48 +0000
(21:54 +0000)
PR: 1097
crypto/x509/x509_vfy.c
patch
|
blob
|
history
diff --git
a/crypto/x509/x509_vfy.c
b/crypto/x509/x509_vfy.c
index 57113672328165652e4cb6ffb1b2dbdb8c38d95f..79dae3d3bf23702b009864bf9d37f03a95eba9e5 100644
(file)
--- a/
crypto/x509/x509_vfy.c
+++ b/
crypto/x509/x509_vfy.c
@@
-1081,7
+1081,7
@@
int X509_cmp_time(ASN1_TIME *ctm, time_t *cmp_time)
offset=0;
else
{
- if ((*str != '+') && (
str[5]
!= '-'))
+ if ((*str != '+') && (
*str
!= '-'))
return 0;
offset=((str[1]-'0')*10+(str[2]-'0'))*60;
offset+=(str[3]-'0')*10+(str[4]-'0');