abouttreesummaryrefslogcommitdiff
path: root/esp32/esp_project/components/olm
diff options
context:
space:
mode:
Diffstat (limited to 'esp32/esp_project/components/olm')
-rw-r--r--esp32/esp_project/components/olm/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/esp32/esp_project/components/olm/CMakeLists.txt b/esp32/esp_project/components/olm/CMakeLists.txt
index 8ce9b41..352ab9c 100644
--- a/esp32/esp_project/components/olm/CMakeLists.txt
+++ b/esp32/esp_project/components/olm/CMakeLists.txt
@@ -1,6 +1,6 @@
idf_component_register(SRCS
"../../../../ext/olm/src/account.cpp"
- "../../../../ext/olm/lib/crypto-algorithms/aes.c"
+ #"../../../../ext/olm/lib/crypto-algorithms/aes.c"
"../../../../ext/olm/src/base64.cpp"
"../../../../ext/olm/src/cipher.cpp"
"../../../../ext/olm/src/crypto.cpp"