summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2005-05-01 14:38:51 +0000
committerDaniel Black <dragonheart@gentoo.org>2005-05-01 14:38:51 +0000
commit57ca5d83f8d090fe5e7c66e7796d98c1c65a712f (patch)
tree73f36258c1980562035a2ac48224e00f8868414b /net-libs/gnutls/files
parentChangelog correction (diff)
downloadgentoo-2-57ca5d83f8d090fe5e7c66e7796d98c1c65a712f.tar.gz
gentoo-2-57ca5d83f8d090fe5e7c66e7796d98c1c65a712f.tar.bz2
gentoo-2-57ca5d83f8d090fe5e7c66e7796d98c1c65a712f.zip
re-added files so arm and mips still work
(Portage version: 2.0.51.20-r5)
Diffstat (limited to 'net-libs/gnutls/files')
-rw-r--r--net-libs/gnutls/files/digest-gnutls-1.0.171
-rw-r--r--net-libs/gnutls/files/gnutls-1.0.17-extra.h.patch23
2 files changed, 24 insertions, 0 deletions
diff --git a/net-libs/gnutls/files/digest-gnutls-1.0.17 b/net-libs/gnutls/files/digest-gnutls-1.0.17
new file mode 100644
index 000000000000..9eab78f55b64
--- /dev/null
+++ b/net-libs/gnutls/files/digest-gnutls-1.0.17
@@ -0,0 +1 @@
+MD5 0c2bf9257cd8651e7c1abbdb0601e8c1 gnutls-1.0.17.tar.bz2 1232606
diff --git a/net-libs/gnutls/files/gnutls-1.0.17-extra.h.patch b/net-libs/gnutls/files/gnutls-1.0.17-extra.h.patch
new file mode 100644
index 000000000000..ea041017cde2
--- /dev/null
+++ b/net-libs/gnutls/files/gnutls-1.0.17-extra.h.patch
@@ -0,0 +1,23 @@
+--- 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