Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apacheGH-38378: [C++][Parquet] Don't initialize OpenSSL explicitly wi…
…th OpenSSL 1.1 (apache#38379) ### Rationale for this change This explicit initialization is for Valgrind and OpenSSL 1.1 will be unsupported eventually. So we can disable this explicit initialization for OpenSSL 1.1. ### What changes are included in this PR? Disable the explicit initialization with OpenSSL 1.1. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * Closes: apache#38378 Authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
- Loading branch information