]> git.pld-linux.org Git - packages/gnutls.git/blob - gnutls-guile.patch
137cd08e7497101471edeb483b6eabb82cbfd1b3
[packages/gnutls.git] / gnutls-guile.patch
1 --- gnutls-3.3.1/guile/src/core.c.orig  2013-10-10 13:10:49.000000000 +0200
2 +++ gnutls-3.3.1/guile/src/core.c       2014-04-23 18:45:41.268343009 +0200
3 @@ -3366,7 +3366,6 @@
4    /* Use Guile's allocation routines, which will run the GC if need be.  */
5    gnutls_malloc = scm_malloc;
6    gnutls_realloc = scm_realloc;
7 -  gnutls_secure_malloc = scm_malloc;
8    gnutls_free = free;
9  
10    (void) gnutls_global_init ();
This page took 0.042936 seconds and 2 git commands to generate.