Skip to content

Commit

Permalink
[build] Optimize openssl folder structure.
Browse files Browse the repository at this point in the history
  • Loading branch information
ddrandy committed Oct 5, 2022
1 parent 29bea7f commit 49d9286
Show file tree
Hide file tree
Showing 417 changed files with 1 addition and 95,800 deletions.
2 changes: 1 addition & 1 deletion n2n/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ endif(${UIP_CONF_BYTE_ORDER} EQUAL 1)
# OpenSSL
SET(OPENSSL_ROOT_DIR src/main/jniLibs/${ANDROID_ABI})
SET(OPENSSL_LIBRARIES_DIR "${OPENSSL_ROOT_DIR}")
SET(OPENSSL_INCLUDE_DIR ${OPENSSL_ROOT_DIR}/include)
SET(OPENSSL_INCLUDE_DIR src/main/openssl/include)
SET(OPENSSL_LIBRARIES "crypto")
LINK_DIRECTORIES(${OPENSSL_LIBRARIES_DIR})
OPTION(N2N_OPTION_AES "USE AES" ON)
Expand Down
92 changes: 0 additions & 92 deletions n2n/src/main/jniLibs/armeabi-v7a/include/openssl/aes.h

This file was deleted.

Loading

0 comments on commit 49d9286

Please sign in to comment.