File: gnutls.patch

package info (click to toggle)
evolution 3.56.2-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 135,044 kB
  • sloc: ansic: 519,950; javascript: 8,494; xml: 5,207; python: 702; makefile: 563; sh: 294; perl: 169
file content (21 lines) | stat: -rw-r--r-- 774 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff -upr gnutls-3.2.12.old/lib/libgnutls.map gnutls-3.2.12/lib/libgnutls.map
--- gnutls-3.2.12.old/lib/libgnutls.map	2014-03-24 22:56:11 +0000
+++ gnutls-3.2.12/lib/libgnutls.map	2014-03-23 20:24:12 +0000
@@ -936,6 +936,7 @@ GNUTLS_PRIVATE {
     _gnutls_read_uint24;
     _gnutls_get_cred;
     _gnutls_recv_int;
+    _gnutls_vasprintf;
     # Internal symbols needed by libgnutls-openssl:
     _gnutls_pkix1_asn;
     _gnutls_x509_parse_dn_oid;
diff -upr gnutls-3.2.12.old/lib/vasprintf.c gnutls-3.2.12/lib/vasprintf.c
--- gnutls-3.2.12.old/lib/vasprintf.c	2014-03-24 22:56:11 +0000
+++ gnutls-3.2.12/lib/vasprintf.c	2014-03-23 20:24:12 +0000
@@ -1,5 +1,6 @@
 #include <config.h>
 #include <stdio.h>
+#include <stdlib.h>
 #include "vasprintf.h"
 
 #ifndef HAVE_VASPRINTF