summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/gnutls/files/gnutls-1.1.23-extra.h.patch')
-rw-r--r--net-libs/gnutls/files/gnutls-1.1.23-extra.h.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/net-libs/gnutls/files/gnutls-1.1.23-extra.h.patch b/net-libs/gnutls/files/gnutls-1.1.23-extra.h.patch
deleted file mode 100644
index 3decb747edcc..000000000000
--- a/net-libs/gnutls/files/gnutls-1.1.23-extra.h.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- extra.h.orig 2005-01-24 09:02:43.587224432 +0100
-+++ extra.h 2005-01-24 09:03:11.704949888 +0100
-@@ -28,6 +28,10 @@
-
- #define LIBGNUTLS_EXTRA_VERSION LIBGNUTLS_VERSION
-
-+#ifdef __cplusplus
-+extern "C" {
-+#endif
-+
- /* Openpgp certificate stuff
- */
-
-@@ -76,4 +80,8 @@
- */
- const char* gnutls_extra_check_version( const char *req_version);
-
-+#ifdef __cplusplus
-+}
-+#endif
-+
- #endif