forked from wolfSSL/wolfssl
versions for Baxter updated, new tag in fips v3.12.6
This commit is contained in:
@ -193,14 +193,17 @@ do
|
|||||||
done
|
done
|
||||||
|
|
||||||
# The following is temporary. We are using random.c from a separate release
|
# The following is temporary. We are using random.c from a separate release
|
||||||
if [ "x$CAVP_SELFTEST_ONLY" == "xno" ];
|
# This is forcefully overwriting any other checkout of the cyassl sources.
|
||||||
then
|
# Removing this as default behavior but leaving in comment to allow for easy
|
||||||
pushd old-tree
|
# reference if needed for any testing. Chris to remove when ready.
|
||||||
git checkout v3.6.0
|
#if [ "x$CAVP_SELFTEST_ONLY" == "xno" ];
|
||||||
popd
|
#then
|
||||||
cp old-tree/$WC_SRC_PATH/random.c $WC_SRC_PATH
|
# pushd old-tree
|
||||||
cp old-tree/$WC_INC_PATH/random.h $WC_INC_PATH
|
# git checkout v3.6.0
|
||||||
fi
|
# popd
|
||||||
|
# cp old-tree/$WC_SRC_PATH/random.c $WC_SRC_PATH
|
||||||
|
# cp old-tree/$WC_INC_PATH/random.h $WC_INC_PATH
|
||||||
|
#fi
|
||||||
|
|
||||||
# clone the FIPS repository
|
# clone the FIPS repository
|
||||||
git clone -b $FIPS_VERSION $FIPS_REPO fips
|
git clone -b $FIPS_VERSION $FIPS_REPO fips
|
||||||
|
Reference in New Issue
Block a user