[Podofo-users] [PATCH] podofosign: fix compile errors with openssl-1.1.0f
A PDF parsing, modification and creation library.
Brought to you by:
domseichter
|
From: Zac M. <zm...@gm...> - 2017-10-16 07:19:10
|
This fixes the following compile errors with openssl-1.1.0f: tools/podofosign/podofosign.cpp:877:32: error: ‘OpenSSL_add_all_algorithms’ was not declared in this scope OpenSSL_add_all_algorithms(); ^ tools/podofosign/podofosign.cpp:878:29: error: ‘ERR_load_crypto_strings’ was not declared in this scope ERR_load_crypto_strings(); ^ tools/podofosign/podofosign.cpp:1085:22: error: ‘ERR_free_strings’ was not declared in this scope ERR_free_strings(); ^ This patch has been tested on Linux with openssl-1.0.2l and openssl-1.1.0f. -- Thanks, Zac |