Commits


Hyunseok Seo authored and GitHub committed 24459751629
GH-40334: [C++][Gandiva] Add missing OpenSSL dependency to encrypt_utils_test.cc (#40338) ### Rationale for this change The OpenSSL library (`${GANDIVA_OPENSSL_LIBS}`) is needed for `cpp/src/gandiva/encrypt_utils_test.cc`. ### What changes are included in this PR? Add OpenSSL dependency to `cpp/src/gandiva/encrypt_utils_test.cc`. ### Are these changes tested? Yes. I did a build test for Gandiva. ### Are there any user-facing changes? No. * GitHub Issue: #40334 Authored-by: Hyunseok Seo <hsseo0501@gmail.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>