packet23 opened a new pull request, #5256:
URL: https://github.com/apache/hadoop/pull/5256

   ### Description of PR
   
   OpenSSL 3.x broke existing ABI - the symbols for
   
   * `EVP_CIPHER_CTX_block_size` and
   * `EVP_CIPHER_CTX_encrypting`
   
   are now called
   
   * `EVP_CIPHER_CTX_get_block_size` and
   * `EVP_CIPHER_CTX_is_encrypting` respectively (c.f. commit 
[ed576acdf591d4164905ab98e89ca5a3b99d90ab](https://github.com/openssl/openssl/commit/ed576acdf591d4164905ab98e89ca5a3b99d90ab)
 that landed in 
[openssl-3.0.0-beta1](https://github.com/openssl/openssl/releases/tag/openssl-3.0.0-beta1))
   
   The PR changes the hadoop-common native code such that when compiled against 
OpenSSL 3.x, it can successfully load the OpenSSL 3.x symbols at runtime.
   
   
   ### How was this patch tested?
   
   A patched version of Hadoop 3.3.4 was compiled on an x86-64 Ubuntu 22.04 
machine and `hadoop checknative` was invoked.
   
   ### For code changes:
   
   - [ X] Does the title or this PR starts with the corresponding JIRA issue id 
(e.g. 'HADOOP-17799. Your PR title ...')?
   - [ ] Object storage: have the integration tests been executed and the 
endpoint declared according to the connector-specific documentation?
   - [ ] If adding new dependencies to the code, are these dependencies 
licensed in a way that is compatible for inclusion under [ASF 
2.0](http://www.apache.org/legal/resolved.html#category-a)?
   - [ ] If applicable, have you updated the `LICENSE`, `LICENSE-binary`, 
`NOTICE-binary` files?
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to