diff options
author | kinichiro <kinichiro.inoguchi@gmail.com> | 2021-11-27 22:46:42 +0900 |
---|---|---|
committer | kinichiro <kinichiro.inoguchi@gmail.com> | 2021-11-27 22:46:42 +0900 |
commit | e8ea73c247069e4e5592b31c0888a8ceb35f7773 (patch) | |
tree | 8636b1664367e8d23e53de0db2b6be9132e0217a | |
parent | 870a1ebbc20324c3276842c494756e219801a738 (diff) | |
download | portable-e8ea73c247069e4e5592b31c0888a8ceb35f7773.tar.gz portable-e8ea73c247069e4e5592b31c0888a8ceb35f7773.tar.bz2 portable-e8ea73c247069e4e5592b31c0888a8ceb35f7773.zip |
remove LIBRESSL_CRYPTO_INTERNAL
-rw-r--r-- | crypto/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index 62324a8..72fe5a4 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt | |||
@@ -1,4 +1,4 @@ | |||
1 | add_definitions(-DLIBRESSL_CRYPTO_INTERNAL) | 1 | #add_definitions(-DLIBRESSL_CRYPTO_INTERNAL) |
2 | 2 | ||
3 | if(HOST_ASM_ELF_ARMV4) | 3 | if(HOST_ASM_ELF_ARMV4) |
4 | set( | 4 | set( |