summaryrefslogtreecommitdiff
path: root/security/gnome-keyring/files/patch-egg_egg-asn1x.c
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2014-11-19 13:04:57 +0000
committerKoop Mast <kwm@FreeBSD.org>2014-11-19 13:04:57 +0000
commit062df37da8d6da0da8822b078a67fd74c652d4ea (patch)
treed617285dd6b91654c7da705960c43922d4ac59ac /security/gnome-keyring/files/patch-egg_egg-asn1x.c
parentAllow package building to allow users to get rapide update of the timezones by (diff)
Remove obsolete patches.
Submitted by: antoine@
Diffstat (limited to 'security/gnome-keyring/files/patch-egg_egg-asn1x.c')
-rw-r--r--security/gnome-keyring/files/patch-egg_egg-asn1x.c31
1 files changed, 0 insertions, 31 deletions
diff --git a/security/gnome-keyring/files/patch-egg_egg-asn1x.c b/security/gnome-keyring/files/patch-egg_egg-asn1x.c
deleted file mode 100644
index e581016941f3..000000000000
--- a/security/gnome-keyring/files/patch-egg_egg-asn1x.c
+++ /dev/null
@@ -1,31 +0,0 @@
---- egg/egg-asn1x.c.orig 2010-10-19 06:11:38.000000000 +0400
-+++ egg/egg-asn1x.c 2013-11-04 22:37:43.000000000 +0400
-@@ -1988,8 +1988,8 @@
- guchar buf[sizeof (gulong)];
- gint bytes, i, off;
-
-- for (i = 0; i < sizeof (ulong); ++i) {
-- off = sizeof (ulong) - (i + 1);
-+ for (i = 0; i < sizeof (gulong); ++i) {
-+ off = sizeof (gulong) - (i + 1);
- buf[i] = (value >> (off * 8)) & 0xFF;
- }
-
-@@ -3746,7 +3746,7 @@
- * TIME PARSING
- */
-
--glong
-+time_t
- egg_asn1x_parse_time_general (const gchar *time, gssize n_time)
- {
- gboolean ret;
-@@ -3777,7 +3777,7 @@
- return value;
- }
-
--glong
-+time_t
- egg_asn1x_parse_time_utc (const gchar *time, gssize n_time)
- {
- gboolean ret;