Proposed patch because PoDoFo doesn't really use ssl part of OpenSSL but crypto 
only.
I have no OpenSSL < 1.1 anymore, so didn't check if something needed in the 
#else branch.

Index: podofosign.cpp
===================================================================
--- podofosign.cpp      (revision 1888)
+++ podofosign.cpp      (working copy)
@@ -876,7 +876,7 @@
     }
 
 #ifdef PODOFO_HAVE_OPENSSL_1_1
-    OPENSSL_init_ssl(0, NULL);
+    OPENSSL_init_crypto(0, NULL);
 #else
     OpenSSL_add_all_algorithms();
     ERR_load_crypto_strings();

-- 
Best Regards, Meilleures salutations, Met vriendelijke groeten,
Olivier Mascia



------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Podofo-users mailing list
Podofo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/podofo-users

Reply via email to