[
https://issues.apache.org/jira/browse/IMPALA-14772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18060396#comment-18060396
]
Joe McDonnell commented on IMPALA-14772:
----------------------------------------
A static assert is good, and we will also be requiring OpenSSL 1.1.1 or above
in this CMake call here:
https://github.com/apache/impala/blob/master/CMakeLists.txt#L226
> Cleanup code for old openssl versions
> -------------------------------------
>
> Key: IMPALA-14772
> URL: https://issues.apache.org/jira/browse/IMPALA-14772
> Project: IMPALA
> Issue Type: Task
> Components: Backend
> Reporter: Csaba Ringhofer
> Priority: Major
>
> OpenSsl version number is checked at several places with
> OPENSSL_VERSION_NUMBER or SSLeay(). Many of these check for very old version,
> e.g. 1.0.1, that are no longer used in Impala builds. The code we no longer
> build is dead code and can make the SSL handling harder to understand. Note
> that many of these checks come from Kudu code.
> My assumptions is that we could assume openssl version 1.1.1 and add static
> assert for OPENSSL_VERSION_NUMBER and startup check for SSLeay().
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]