diff options
Diffstat (limited to 'security/dirmngr/files')
-rw-r--r-- | security/dirmngr/files/patch-configure | 11 | ||||
-rw-r--r-- | security/dirmngr/files/patch-src_misc.h | 17 |
2 files changed, 0 insertions, 28 deletions
diff --git a/security/dirmngr/files/patch-configure b/security/dirmngr/files/patch-configure deleted file mode 100644 index 2c2a74433ee4..000000000000 --- a/security/dirmngr/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2010-06-14 09:44:03.000000000 +0200 -+++ configure 2013-10-28 17:10:59.000000000 +0100 -@@ -8627,6 +8627,8 @@ - int - main () - { -+BerElement *berctx = NULL; -+ber_free(berctx, 0); - ldap_open("foobar",1234); - ; - return 0; diff --git a/security/dirmngr/files/patch-src_misc.h b/security/dirmngr/files/patch-src_misc.h deleted file mode 100644 index e540d13fc052..000000000000 --- a/security/dirmngr/files/patch-src_misc.h +++ /dev/null @@ -1,17 +0,0 @@ ---- src/misc.h.orig 2007-11-16 13:21:46 UTC -+++ src/misc.h -@@ -114,14 +114,6 @@ void dump_cert (const char *text, ksba_c - char *host_and_port_from_url (const char *url, int *port); - - --#ifdef HAVE_FOPENCOOKIE --/* We have to implement funopen in terms of glibc's fopencookie. */ --FILE *funopen(void *cookie, -- int (*readfn)(void *, char *, int), -- int (*writefn)(void *, const char *, int), -- fpos_t (*seekfn)(void *, fpos_t, int), -- int (*closefn)(void *)); --#endif /*HAVE_FOPENCOOKIE*/ - - - #endif /* MISC_H */ |