Skip to content

Commit 08b817f

Browse files
committed
Removed references to DLLEncryptor (sources, CMake configs)
1 parent be838ef commit 08b817f

4 files changed

Lines changed: 0 additions & 203 deletions

File tree

cpp/src/parquet/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,6 @@ if(PARQUET_REQUIRE_ENCRYPTION)
241241
list(APPEND PARQUET_STATIC_LINK_LIBS ${ARROW_OPENSSL_LIBS})
242242
set(PARQUET_SRCS ${PARQUET_SRCS} encryption/encryption_internal.cc
243243
encryption/openssl_internal.cc
244-
encryption/external/dll_encryptor.cc
245244
encryption/external/loadable_encryptor_utils.cc
246245
encryption/external/dbpa_library_wrapper.cc)
247246
# Encryption key management

cpp/src/parquet/encryption/CMakeLists.txt

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -18,26 +18,10 @@
1818
# Headers: public api
1919
arrow_install_all_headers("parquet/encryption")
2020

21-
add_library(DLLEncryptor SHARED
22-
encryption_internal.cc
23-
openssl_internal.cc
24-
external/dll_encryptor.cc
25-
)
26-
2721
add_library(DBPATestAgent SHARED
2822
external/dbpa_test_agent.cc
2923
)
3024

31-
# target_include_directories(DLLEncryptor PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
32-
33-
#TODO marguedas: this needs review.
34-
target_link_libraries(DLLEncryptor PUBLIC
35-
${ARROW_OPENSSL_LIBS}
36-
arrow_shared
37-
)
38-
39-
set_target_properties(DLLEncryptor PROPERTIES OUTPUT_NAME "DLLEncryptor")
40-
4125
# DBPATestAgent configuration
4226
target_link_libraries(DBPATestAgent PUBLIC
4327
arrow_shared
@@ -64,10 +48,3 @@ if(ARROW_TESTING)
6448
LABELS "parquet-tests" "encryption-tests")
6549
endif()
6650

67-
# Install the DLLEncryptor library
68-
# install(TARGETS DLLEncryptor
69-
# EXPORT DLLEncryptor_targets
70-
# ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
71-
# LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
72-
# RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
73-
# INCLUDES DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})

cpp/src/parquet/encryption/external/dll_encryptor.cc

Lines changed: 0 additions & 108 deletions
This file was deleted.

cpp/src/parquet/encryption/external/dll_encryptor.h

Lines changed: 0 additions & 71 deletions
This file was deleted.

0 commit comments

Comments
 (0)