Michael Ho created IMPALA-6220:
----------------------------------
Summary: Build broken due to ‘EVP_aes_256_ctr’ not declared in
openssl-uitl.cc
Key: IMPALA-6220
URL: https://issues.apache.org/jira/browse/IMPALA-6220
Project: IMPALA
Issue Type: Bug
Components: Backend
Reporter: Michael Ho
Assignee: Sailesh Mukil
Priority: Blocker
A lot of builds were broken due to the following compilation error. Most likely
due to the following [commit|https://gerrit.cloudera.org/#/c/8510/].
[~sailesh], since you reviewed this change, can you please take a quick look ?
cc'ing [~kexianda]
{noformat}
00:30:11
/data/jenkins/workspace/impala-umbrella-build-and-test/repos/Impala/be/src/util/openssl-util.cc:
In member function ‘impala::Status
impala::EncryptionKey::EncryptInternal(bool, const uint8_t*, int64_t, uint8_t*)
const’:
00:30:11
/data/jenkins/workspace/impala-umbrella-build-and-test/repos/Impala/be/src/util/openssl-util.cc:107:68:
error: ‘EVP_aes_256_ctr’ was not declared in this scope
00:30:11 const EVP_CIPHER* evpCipher = IsCtrSupported() ? EVP_aes_256_ctr()
: EVP_aes_256_cfb();
{noformat}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)