fix wolfssl compile error by PR#5657(wolfssl)

pull/107/head
Hideki Miyazaki 2022-10-14 18:22:57 +09:00
parent a208237bdc
commit b2715a5fee
No known key found for this signature in database
GPG Key ID: 7EB19ED9B9D5AC28
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ LOCAL_SRC_FILES:= \
./src/ssl.c \
./src/tls.c \
./src/tls13.c \
./src/wolfio.c
./src/wolfio.c \
./src/dtls.c
LOCAL_SRC_FILES+= \
./wolfcrypt/src/aes.c \