4977d3098a
SLE sync - Update to GNOME 3.20 -- Fate#318572. - Add gcr-bsc932232-use-libgcrypt-allocators.patch (bsc#932232). OBS-URL: https://build.opensuse.org/request/show/423231 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gcr?expand=0&rev=63
17 lines
725 B
Diff
17 lines
725 B
Diff
diff --git a/egg/egg-libgcrypt.c b/egg/egg-libgcrypt.c
|
|
index 0ba84fe..cca36f1 100644
|
|
--- a/egg/egg-libgcrypt.c
|
|
+++ b/egg/egg-libgcrypt.c
|
|
@@ -105,11 +105,6 @@ egg_libgcrypt_initialize (void)
|
|
gcry_set_log_handler (log_handler, NULL);
|
|
gcry_set_outofcore_handler (no_mem_handler, NULL);
|
|
gcry_set_fatalerror_handler (fatal_handler, NULL);
|
|
- gcry_set_allocation_handler ((gcry_handler_alloc_t)g_malloc,
|
|
- (gcry_handler_alloc_t)egg_secure_alloc,
|
|
- egg_secure_check,
|
|
- (gcry_handler_realloc_t)egg_secure_realloc,
|
|
- egg_secure_free);
|
|
gcry_control (GCRYCTL_INITIALIZATION_FINISHED, 0);
|
|
}
|
|
|