summaryrefslogtreecommitdiffstats
path: root/security/gnome-keyring
diff options
context:
space:
mode:
Diffstat (limited to 'security/gnome-keyring')
-rw-r--r--security/gnome-keyring/files/patch-egg_egg-asn1.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/security/gnome-keyring/files/patch-egg_egg-asn1.h b/security/gnome-keyring/files/patch-egg_egg-asn1.h
new file mode 100644
index 000000000..a3d4296af
--- /dev/null
+++ b/security/gnome-keyring/files/patch-egg_egg-asn1.h
@@ -0,0 +1,14 @@
+--- egg/egg-asn1.h.orig 2009-02-25 16:40:49.000000000 -0500
++++ egg/egg-asn1.h 2009-02-25 16:41:21.000000000 -0500
+@@ -75,9 +75,9 @@ gchar* egg_asn1_read_dn
+ gchar* egg_asn1_read_dn_part (ASN1_TYPE asn, const gchar *part, const gchar *match);
+
+
+-glong egg_asn1_time_parse_utc (const gchar* value);
++time_t egg_asn1_time_parse_utc (const gchar* value);
+
+-glong egg_asn1_time_parse_general (const gchar* value);
++time_t egg_asn1_time_parse_general (const gchar* value);
+
+
+ typedef void (*EggAsn1DnCallback) (guint index, GQuark oid, const guchar *value,