From eb70bf3fbc69459043196de96030ada6015ce27f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Wed, 28 Dec 2016 12:44:27 +0100 Subject: Cleanup --- zyklonb.c | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'zyklonb.c') diff --git a/zyklonb.c b/zyklonb.c index 3688a6a..e84134c 100644 --- a/zyklonb.c +++ b/zyklonb.c @@ -2010,17 +2010,7 @@ main (int argc, char *argv[]) print_status (PROGRAM_NAME " " PROGRAM_VERSION " starting"); setup_signal_handlers (); - -#if OPENSSL_VERSION_NUMBER < 0x10100000L - SSL_library_init (); - // XXX: this list is probably not complete - atexit (EVP_cleanup); - SSL_load_error_strings (); - atexit (ERR_free_strings); -#else - // Cleanup is done automatically via atexit() - OPENSSL_init_ssl (0, NULL); -#endif + init_openssl (); struct bot_context ctx; bot_context_init (&ctx); -- cgit v1.2.3