Fix "FIXME" indentation :-)
This commit is contained in:
parent
5569e1c39a
commit
c95b7a723f
@ -294,7 +294,7 @@ time_t ASN1_UTCTIME_get(const ASN1_UTCTIME *s)
|
|||||||
return timegm(&tm)-offset*60; /* FIXME: timegm is non-standard,
|
return timegm(&tm)-offset*60; /* FIXME: timegm is non-standard,
|
||||||
* typically we only have mktime (which
|
* typically we only have mktime (which
|
||||||
* interprets the struct tm according to
|
* interprets the struct tm according to
|
||||||
* the current time zone setting).
|
* the current time zone setting).
|
||||||
* Also time_t is inappropriate for general
|
* Also time_t is inappropriate for general
|
||||||
* UTC times because it may a 32 bit type. */
|
* UTC times because it may a 32 bit type. */
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user