Fix for srp_test_digest return code checking. Added GCC-ARM TLS server example.

This commit is contained in:
David Garske
2021-08-17 11:12:40 -07:00
parent 95178e3bdc
commit d6f5f815e1
6 changed files with 231 additions and 16 deletions
+3 -1
View File
@@ -1,6 +1,6 @@
BUILD_DIR = ./Build
all: WolfSSLStaticLib WolfCryptTest WolfCryptBench WolfSSLClient
all: WolfSSLStaticLib WolfCryptTest WolfCryptBench WolfSSLClient WolfSSLServer
WolfCryptTest:
$(MAKE) -f Makefile.test
@@ -8,6 +8,8 @@ WolfCryptBench:
$(MAKE) -f Makefile.bench
WolfSSLClient:
$(MAKE) -f Makefile.client
WolfSSLServer:
$(MAKE) -f Makefile.server
WolfSSLStaticLib:
$(MAKE) -f Makefile.static