22 lines
499 B
Text
22 lines
499 B
Text
$NetBSD: patch-ag,v 1.2 2009/10/21 16:37:19 drochner Exp $
|
|
|
|
--- egg/egg-asn1.c.orig 2009-08-15 02:01:31.000000000 +0200
|
|
+++ egg/egg-asn1.c
|
|
@@ -601,7 +601,7 @@ when_to_time (struct tm *when, gint offs
|
|
return result;
|
|
}
|
|
|
|
-glong
|
|
+time_t
|
|
egg_asn1_time_parse_utc (const gchar *time, gssize n_time)
|
|
{
|
|
struct tm when;
|
|
@@ -723,7 +723,7 @@ parse_general_time (const gchar *time, g
|
|
return TRUE;
|
|
}
|
|
|
|
-glong
|
|
+time_t
|
|
egg_asn1_time_parse_general (const gchar *time, gssize n_time)
|
|
{
|
|
struct tm when;
|