Colin Patrick McCabe created HADOOP-10871:
---------------------------------------------
Summary: incorrect prototype in OpensslSecureRandom.c
Key: HADOOP-10871
URL: https://issues.apache.org/jira/browse/HADOOP-10871
Project: Hadoop Common
Issue Type: Sub-task
Components: util
Affects Versions: fs-encryption (HADOOP-10150 and HDFS-6134)
Reporter: Colin Patrick McCabe
Assignee: Colin Patrick McCabe
Attachments: HADOOP-10871-fs-enc.001.patch
There is an incorrect prototype in OpensslSecureRandom.c.
{code}
/home/cmccabe/hadoop/hadoop-common-project/hadoop-common/src/main/native/src/org/apache/hadoop/crypto/random/OpensslSec
ureRandom.c:160:3: warning: call to function ‘openssl_rand_init’ without a real
prototype [-Wunprototyped-calls]
{code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)