#!/bin/sh
#### #### #### ####
# configure project, checkout wolfssl source code
WOLF_BRANCH='v3.10.0-stable'
# checkout wolfssl
cd wolfssl-lib
# this dot is the same as "source" of the file
. get_wolfssl_src.sh $WOLF_BRANCH
cd ..