From 375eda23d8c8a0c5f5e64e416a0a7ec4599a4aaa Mon Sep 17 00:00:00 2001 From: Elms Date: Tue, 13 Oct 2020 15:49:19 -0700 Subject: [PATCH] doc: Add TLS specific build options for Windows API --- docs/WindowTBS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/WindowTBS.md b/docs/WindowTBS.md index 55bfe48..5457b50 100644 --- a/docs/WindowTBS.md +++ b/docs/WindowTBS.md @@ -11,7 +11,7 @@ export PREFIX=$PWD/tmp_install cd wolfssl ./autogen.sh -./configure --prefix="$PREFIX" +./configure --prefix="$PREFIX" --enable-certgen --enable-certreq --enable-certext --enable-pkcs7 --enable-cryptocb make make install @@ -42,7 +42,7 @@ export PREFIX=$PWD/tmp_install cd wolfssl ./autogen.sh -./configure --host=i686 CC=i686-w64-mingw32-gcc CFLAGS="-DWIN32 -DMINGW -D_WIN32_WINNT=0x0600" LIBS="-lws2_32" --prefix="$PREFIX" +./configure --host=i686 CC=i686-w64-mingw32-gcc CFLAGS="-DWIN32 -DMINGW -D_WIN32_WINNT=0x0600" LIBS="-lws2_32" --prefix="$PREFIX" --enable-certgen --enable-certreq --enable-certext --enable-pkcs7 --enable-cryptocb make make install