Skip to content
This repository was archived by the owner on Dec 26, 2022. It is now read-only.

Commit 65040be

Browse files
committed
fix(endpoint): Fix the undefined symbol
Fix the undefined symbol problem when executing the Legato endpoint app.
1 parent 40a1f40 commit 65040be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

endpoint/endpointComp/Component.cdef

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ sources:
77
${CURDIR}/../../output_base/external/http_parser/http_parser.c
88

99
${CURDIR}/../../output_base/external/mbedtls_2_16_6/library/aes.c
10+
${CURDIR}/../../output_base/external/mbedtls_2_16_6/library/aesni.c
1011
${CURDIR}/../../output_base/external/mbedtls_2_16_6/library/arc4.c
1112
${CURDIR}/../../output_base/external/mbedtls_2_16_6/library/asn1parse.c
1213
${CURDIR}/../../output_base/external/mbedtls_2_16_6/library/asn1write.c

0 commit comments

Comments
 (0)