]> git.pld-linux.org Git - packages/curl.git/commitdiff
- up to 7.27.0
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 3 Aug 2012 21:30:34 +0000 (23:30 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 3 Aug 2012 21:30:34 +0000 (23:30 +0200)
curl-gtls.patch [new file with mode: 0644]

diff --git a/curl-gtls.patch b/curl-gtls.patch
new file mode 100644 (file)
index 0000000..62cea03
--- /dev/null
@@ -0,0 +1,16 @@
+diff -urN curl-7.27.0.org/lib/gtls.c curl-7.27.0/lib/gtls.c
+--- curl-7.27.0.org/lib/gtls.c 2012-06-26 19:50:16.000000000 +0200
++++ curl-7.27.0/lib/gtls.c     2012-08-03 23:26:27.828178591 +0200
+@@ -33,9 +33,12 @@
+ #ifdef USE_GNUTLS
+ #include <gnutls/gnutls.h>
++#include <gnutls/crypto.h>
+ #include <gnutls/x509.h>
+ #ifndef USE_GNUTLS_NETTLE
+ #include <gcrypt.h>
++#else
++#include <nettle/md5.h>
+ #endif
+ #ifdef HAVE_SYS_SOCKET_H
This page took 0.091135 seconds and 4 git commands to generate.