You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Alexander Behm (JIRA)" <ji...@apache.org> on 2018/02/06 19:58:00 UTC

[jira] [Created] (IMPALA-6485) BE compilation failure: error: ‘EVP_CTRL_GCM_SET_IVLEN’ was not declared in this scope

Alexander Behm created IMPALA-6485:
--------------------------------------

             Summary: BE compilation failure: error: ‘EVP_CTRL_GCM_SET_IVLEN’ was not declared in this scope
                 Key: IMPALA-6485
                 URL: https://issues.apache.org/jira/browse/IMPALA-6485
             Project: IMPALA
          Issue Type: Bug
          Components: Backend
    Affects Versions: Impala 2.12.0
            Reporter: Alexander Behm
            Assignee: Tim Armstrong


Failure:
{code}
20:39:32 /data/jenkins/workspace/impala-asf-master-core/repos/Impala/be/src/util/openssl-util.cc: In member function ‘impala::Status impala::EncryptionKey::EncryptInternal(bool, const uint8_t*, int64_t, uint8_t*)’:
20:39:32 /data/jenkins/workspace/impala-asf-master-core/repos/Impala/be/src/util/openssl-util.cc:134:31: error: ‘EVP_CTRL_GCM_SET_IVLEN’ was not declared in this scope
20:39:32      EVP_CIPHER_CTX_ctrl(&ctx, EVP_CTRL_GCM_SET_IVLEN, AES_BLOCK_SIZE, NULL);
20:39:32                                ^
20:39:32 /data/jenkins/workspace/impala-asf-master-core/repos/Impala/be/src/util/openssl-util.cc:169:31: error: ‘EVP_CTRL_GCM_SET_TAG’ was not declared in this scope
20:39:32      EVP_CIPHER_CTX_ctrl(&ctx, EVP_CTRL_GCM_SET_TAG, AES_BLOCK_SIZE, gcm_tag_);
20:39:32                                ^
20:39:32 /data/jenkins/workspace/impala-asf-master-core/repos/Impala/be/src/util/openssl-util.cc:181:31: error: ‘EVP_CTRL_GCM_GET_TAG’ was not declared in this scope
20:39:32      EVP_CIPHER_CTX_ctrl(&ctx, EVP_CTRL_GCM_GET_TAG, AES_BLOCK_SIZE, gcm_tag_);
20:39:32                                ^
20:39:32 make[2]: *** [be/src/util/CMakeFiles/Util.dir/openssl-util.cc.o] Error 1
20:39:32 make[2]: *** Waiting for unfinished jobs....
{code}




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)