From 980ba398bcd20ae8479a71874a0e07720fc1f7e4 Mon Sep 17 00:00:00 2001 From: Takeshi Nakatani Date: Sun, 19 Mar 2017 17:11:18 +0000 Subject: [PATCH] Fixed double initialization of SSL library - #524 --- src/s3fs.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/s3fs.cpp b/src/s3fs.cpp index 8a9fcd0..1a680c5 100644 --- a/src/s3fs.cpp +++ b/src/s3fs.cpp @@ -5004,11 +5004,6 @@ int main(int argc, char* argv[]) s3fs_oper.removexattr = s3fs_removexattr; } - if(!s3fs_init_global_ssl()){ - S3FS_PRN_EXIT("could not initialize for ssl libraries."); - exit(EXIT_FAILURE); - } - // set signal handler for debugging if(!set_s3fs_usr2_handler()){ S3FS_PRN_EXIT("could not set signal handler for SIGUSR2.");