]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
gnutls_secure_malloc() is no longer part of the API (though it remains in the ABI).
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 19 Apr 2014 10:56:09 +0000 (12:56 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 19 Apr 2014 10:56:16 +0000 (12:56 +0200)
lib/includes/gnutls/gnutls.h.in

index a860a1fc0b2439ac1caea5e3972c788e6414a70f..3221d175226c0cf2a57690054a433a2424fa5ee1 100644 (file)
@@ -1465,7 +1465,6 @@ void gnutls_global_set_time_function(gnutls_time_func time_func);
 
 /* For use in callbacks */
 extern gnutls_alloc_function gnutls_malloc;
-extern gnutls_alloc_function gnutls_secure_malloc;
 extern gnutls_realloc_function gnutls_realloc;
 extern gnutls_calloc_function gnutls_calloc;
 extern gnutls_free_function gnutls_free;