Merge branch 'master' of github.com:wolfssl/wolfssl

This commit is contained in:
toddouska
2015-07-30 16:46:27 -07:00
2 changed files with 1 additions and 12 deletions

View File

@ -12,17 +12,6 @@ if test -d .git; then
ln -s -f ../../pre-push.sh .git/hooks/pre-push
fi
# Set HAVE_FIPS_SOURCE to 1 in your .profile if you have access to the FIPS
# repository. (Hint: If you don't work for us, you don't. This will fail.)
if test -n "$HAVE_FIPS_SOURCE" -a ! -d ./fips; then
git clone git@github.com:wolfSSL/fips.git
SAVEDIR=`pwd`
cd ./ctaocrypt/src
ln -sf ../../fips/fips.c
ln -sf ../../fips/fips_test.c
cd $SAVEDIR
fi
# If this is a source checkout then call autoreconf with error as well
if test -d .git; then
WARNINGS="all,error"

View File

@ -5,7 +5,7 @@
RESULT=0
if [ -n "$HAVE_FIPS_SOURCE" ];
if [ -d ./fips ];
then
echo "\n\nTesting with FIPS release code...\n\n"
./fips-check.sh