Update Spanish translation
[evolution.git] / win32 / patches / gnutls.patch
blob6960842292f7360497af8e2054894c9b7971c953
1 diff -upr gnutls-3.2.12.old/lib/libgnutls.map gnutls-3.2.12/lib/libgnutls.map
2 --- gnutls-3.2.12.old/lib/libgnutls.map 2014-03-24 22:56:11 +0000
3 +++ gnutls-3.2.12/lib/libgnutls.map 2014-03-23 20:24:12 +0000
4 @@ -936,6 +936,7 @@ GNUTLS_PRIVATE {
5 _gnutls_read_uint24;
6 _gnutls_get_cred;
7 _gnutls_recv_int;
8 + _gnutls_vasprintf;
9 # Internal symbols needed by libgnutls-openssl:
10 _gnutls_pkix1_asn;
11 _gnutls_x509_parse_dn_oid;
12 diff -upr gnutls-3.2.12.old/lib/vasprintf.c gnutls-3.2.12/lib/vasprintf.c
13 --- gnutls-3.2.12.old/lib/vasprintf.c 2014-03-24 22:56:11 +0000
14 +++ gnutls-3.2.12/lib/vasprintf.c 2014-03-23 20:24:12 +0000
15 @@ -1,5 +1,6 @@
16 #include <config.h>
17 #include <stdio.h>
18 +#include <stdlib.h>
19 #include "vasprintf.h"
21 #ifndef HAVE_VASPRINTF