Explorar o código

added a make clean after updating the verify hash when running the fips check

John Safranek %!s(int64=9) %!d(string=hai) anos
pai
achega
438cb515d5
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      fips-check.sh

+ 1 - 0
fips-check.sh

@@ -47,6 +47,7 @@ make
 NEWHASH=`./ctaocrypt/test/testctaocrypt | sed -n 's/hash = \(.*\)/\1/p'`
 if [ -n "$NEWHASH" ]; then
     sed -i.bak "s/^\".*\";/\"${NEWHASH}\";/" $WC_SRC_PATH/fips_test.c
+    make clean
 fi
 
 make test