aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGOTOU Yuuzou <gotoyuzo@notwork.org>2002-07-23 14:24:54 +0000
committerGOTOU Yuuzou <gotoyuzo@notwork.org>2002-07-23 14:24:54 +0000
commit1527429c5b8964ba0e38b33c916b747b5ba12ce7 (patch)
tree1bd7d47deba64b834299757e6b67866c7400d349
parenta8cc83a810bef0f34d0e1930f2f08c739634b4ec (diff)
downloadruby-openssl-history-1527429c5b8964ba0e38b33c916b747b5ba12ce7.tar.gz
*** empty log message ***
-rw-r--r--ossl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ossl.c b/ossl.c
index 25a8a03..044b980 100644
--- a/ossl.c
+++ b/ossl.c
@@ -74,7 +74,7 @@ asn1time_to_time(ASN1_UTCTIME *time)
rb_raise(rb_eTypeError, "unknown time format");
}
- /* workaround to convert into UTC time */
+ /* workaround to make UTC time */
tz = getenv("TZ");
putenv("TZ=UTC0");
t = mktime(&tm);