summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2018-01-17 20:43:11 +0100
committerArne Schwabe <arne@rfc2549.org>2018-01-17 20:43:11 +0100
commitc038352abaec79199810fb3b0bee1bc16f6776cd (patch)
tree0757a055fa8863665eb2dc18fadf2a397c1f8868
parentdd1e47c2afeb68f7bcaacc042f146165dc4ce39c (diff)
Remove unneeded includes
-rw-r--r--main/src/main/cpp/CMakeLists.txt9
1 files changed, 1 insertions, 8 deletions
diff --git a/main/src/main/cpp/CMakeLists.txt b/main/src/main/cpp/CMakeLists.txt
index 7539ab17..89f8457c 100644
--- a/main/src/main/cpp/CMakeLists.txt
+++ b/main/src/main/cpp/CMakeLists.txt
@@ -59,17 +59,10 @@ add_library(opvpnutil SHARED opvpnutil/jniglue.c opvpnutil/scan_ifs.c opvpnutil/
target_compile_definitions(opvpnutil PRIVATE -DTARGET_ARCH_ABI=\"${ANDROID_ABI}\")
target_link_libraries(opvpnutil log crypto ssl)
-
+# The magic Jellybean keystore signing hack. Beware dragons and dlsyms magic ahead
add_library(jbcrypto SHARED jbcrypto/jbcrypto.cpp)
target_link_libraries(jbcrypto log dl)
target_compile_options(jbcrypto PRIVATE)
-target_include_directories(jbcrypto PRIVATE
- openssl/crypto/include
- openssl/include
- openssl)
-
-
-
set(openvpn_srcs
src/compat/compat-basename.c