Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-6220

Build broken due to ‘EVP_aes_256_ctr’ not declared in openssl-uitl.cc

    XMLWordPrintableJSON

Details

    Description

      A lot of builds were broken due to the following compilation error. Most likely due to the following commit. sailesh, since you reviewed this change, can you please take a quick look ? cc'ing kexianda

      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();
      

      Attachments

        Activity

          People

            kwho Michael Ho
            kwho Michael Ho
            Votes:
            1 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: