]> git.pld-linux.org Git - packages/gnutls.git/blame - gnutls-guile.patch
- updated to 3.3.1
[packages/gnutls.git] / gnutls-guile.patch
CommitLineData
9d5c3037
JB
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.08748 seconds and 4 git commands to generate.