From: Nikos Mavrogiannopoulos Date: Sat, 19 Apr 2014 10:56:09 +0000 (+0200) Subject: gnutls_secure_malloc() is no longer part of the API (though it remains in the ABI). X-Git-Tag: gnutls_3_3_1~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f42e825d96b06f7069e4e9e8011a3ea8b93b4382;p=thirdparty%2Fgnutls.git gnutls_secure_malloc() is no longer part of the API (though it remains in the ABI). --- diff --git a/lib/includes/gnutls/gnutls.h.in b/lib/includes/gnutls/gnutls.h.in index a860a1fc0b..3221d17522 100644 --- a/lib/includes/gnutls/gnutls.h.in +++ b/lib/includes/gnutls/gnutls.h.in @@ -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;