Skip to content

Commit bd6dbad

Browse files
committed
Track the wolfSSL io.c to wolfio.c rename in the ndk sample
1 parent ecd309f commit bd6dbad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android/wolfssljni-ndk-sample/jni/Android.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ LOCAL_CFLAGS := -DOPENSSL_EXTRA -DWOLFSSL_DTLS -D_POSIX_THREADS -DNDEBUG \
1818
-Wall
1919
LOCAL_SRC_FILES := src/crl.c \
2020
src/internal.c \
21-
src/io.c \
21+
src/wolfio.c \
2222
src/keys.c \
2323
src/ocsp.c \
2424
src/sniffer.c \

0 commit comments

Comments
 (0)