FahaoTang commented on PR #4538:
URL: https://github.com/apache/hadoop/pull/4538#issuecomment-1345397392

   I think the existing check (not related to this PR) might be wrong:
   ```
   check_c_source_compiles("#include <openssl/evp.h>\nint main(int argc, char 
**argv) { return !EVP_aes_256_ctr; }" HAS_NEW_ENOUGH_OPENSSL)
   ```
   
   I'm using the latest Open SSL (3.0.7) which does have the definition of 
EVP_aes_256_ctr but cannot pass on this check when building this native HDFS 
library on Windows:
   
https://github.com/openssl/openssl/blob/33290c534750f031cbf384f0ad8c05555a16f726/include/openssl/evp.h#L1053
   
   It gives me the error of saying Open SSL is too old which is clearly not the 
case. 
   
   


-- 
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