summaryrefslogtreecommitdiff
path: root/security/gnome-keyring/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'security/gnome-keyring/patches/patch-ag')
-rw-r--r--security/gnome-keyring/patches/patch-ag12
1 files changed, 6 insertions, 6 deletions
diff --git a/security/gnome-keyring/patches/patch-ag b/security/gnome-keyring/patches/patch-ag
index efb4fe6a1ce..d3d47a51d72 100644
--- a/security/gnome-keyring/patches/patch-ag
+++ b/security/gnome-keyring/patches/patch-ag
@@ -1,22 +1,22 @@
-$NetBSD: patch-ag,v 1.1 2009/04/16 19:35:29 drochner Exp $
+$NetBSD: patch-ag,v 1.2 2009/10/21 16:37:19 drochner Exp $
---- egg/egg-asn1.c.orig 2009-04-15 16:55:43.000000000 +0200
+--- egg/egg-asn1.c.orig 2009-08-15 02:01:31.000000000 +0200
+++ egg/egg-asn1.c
-@@ -572,7 +572,7 @@ when_to_time (struct tm *when, gint offs
+@@ -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)
+ egg_asn1_time_parse_utc (const gchar *time, gssize n_time)
{
struct tm when;
-@@ -690,7 +690,7 @@ parse_general_time (const gchar *time, s
+@@ -723,7 +723,7 @@ parse_general_time (const gchar *time, g
return TRUE;
}
-glong
+time_t
- egg_asn1_time_parse_general (const gchar *time)
+ egg_asn1_time_parse_general (const gchar *time, gssize n_time)
{
struct tm when;