summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2005-01-05 20:38:23 +0000
committerDaniel Black <dragonheart@gentoo.org>2005-01-05 20:38:23 +0000
commitc40f4573e0af8eae776818a54c2ac86d18ce9fd1 (patch)
tree1c61bd94d8d0ab495b5b19e47c96b77fb429ae63 /net-libs/gnutls/files/gnutls-1.0.14-extra.h.patch
parentFixed lib64 patch (diff)
downloadgentoo-2-c40f4573e0af8eae776818a54c2ac86d18ce9fd1.tar.gz
gentoo-2-c40f4573e0af8eae776818a54c2ac86d18ce9fd1.tar.bz2
gentoo-2-c40f4573e0af8eae776818a54c2ac86d18ce9fd1.zip
Version bump as per bug #61944. Old version cleanout too.
Diffstat (limited to 'net-libs/gnutls/files/gnutls-1.0.14-extra.h.patch')
-rw-r--r--net-libs/gnutls/files/gnutls-1.0.14-extra.h.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/net-libs/gnutls/files/gnutls-1.0.14-extra.h.patch b/net-libs/gnutls/files/gnutls-1.0.14-extra.h.patch
deleted file mode 100644
index ea041017cde2..000000000000
--- a/net-libs/gnutls/files/gnutls-1.0.14-extra.h.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- includes/gnutls/extra.h 2004-03-25 04:43:49.000000000 -0500
-+++ includes/gnutls/extra.h.new 2004-07-24 00:31:11.716460832 -0400
-@@ -27,6 +27,10 @@
-
- #define LIBGNUTLS_EXTRA_VERSION LIBGNUTLS_VERSION
-
-+#ifdef __cplusplus
-+extern "C" {
-+#endif
-+
- /* SRP */
-
- typedef struct DSTRUCT* gnutls_srp_server_credentials;
-@@ -119,5 +123,9 @@
- int gnutls_srp_base64_decode_alloc( const gnutls_datum *b64_data,
- gnutls_datum* result);
-
-+#ifdef __cplusplus
-+}
-+#endif
-+
-
- #endif