Skip to content

Commit 925d868

Browse files
author
Zhang Jun Hao
committed
feat(lib): remove crypto library
1 parent ad28941 commit 925d868

File tree

4 files changed

+2
-3
lines changed

4 files changed

+2
-3
lines changed

components/esp8266/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ register_component()
1111

1212
target_link_libraries(${COMPONENT_NAME} "-L ${CMAKE_CURRENT_SOURCE_DIR}/lib")
1313
if(NOT CONFIG_NO_BLOBS)
14-
target_link_libraries(${COMPONENT_NAME} crypto gcc hal core
14+
target_link_libraries(${COMPONENT_NAME} gcc hal core
1515
net80211 phy pp smartconfig ssc wpa)
1616
endif()
1717

components/esp8266/component.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ COMPONENT_SRCDIRS := driver source
1111

1212
LIBS ?=
1313
ifndef CONFIG_NO_BLOBS
14-
LIBS += crypto gcc hal core net80211 \
14+
LIBS += gcc hal core net80211 \
1515
phy pp smartconfig ssc wpa
1616
endif
1717

components/esp8266/lib/VERSION

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
gwen:
2-
crypto: eca7811
32
core: 8ee40dd
43
net80211: eca7811
54
pp: eca7811

components/esp8266/lib/libcrypto.a

-100 KB
Binary file not shown.

0 commit comments

Comments
 (0)