GauthamBanasandra commented on pull request #2826: URL: https://github.com/apache/hadoop/pull/2826#issuecomment-809575058
``` [WARNING] /home/jenkins/jenkins-agent/workspace/hadoop-multibranch_PR-2826/src/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/lib/rpc/rpc_engine.cc:126:40: warning: 'int RAND_pseudo_bytes(unsigned char*, int)' is deprecated [-Wdeprecated-declarations] [WARNING] from /home/jenkins/jenkins-agent/workspace/hadoop-multibranch_PR-2826/src/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/lib/rpc/rpc_engine.cc:18: [WARNING] /usr/include/openssl/rand.h:44:1: note: declared here ``` @goiri the above warnings are fixed in this PR - https://github.com/apache/hadoop/pull/2825. I created a separate PR for replacing each instance of `RAND_pseudo_bytes` since they involve quite a bit of refactoring and didn't want to complicate the PR review process. -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
