We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79272b5 commit 81aa495Copy full SHA for 81aa495
1 file changed
fips-check.sh
@@ -305,15 +305,9 @@ fi
305
306
pushd "$TEST_DIR" || exit 2
307
308
-# Start from FIPS 140-2 cert3389
309
-OLDDATE="Tue Jan 9 13:29:37 2018 -0800"
310
-if ! $GIT clone --filter=blob:none --no-checkout --shallow-since="$OLDDATE" "$FIPS_REPO" fips; then
+if ! $GIT clone --filter=blob:none --no-checkout "$FIPS_REPO" fips; then
311
echo "fips-check: Couldn't check out FIPS repository."
312
exit 1
313
-else
314
- pushd fips || exit 2
315
- git checkout || exit 3
316
- popd || exit 2
317
fi
318
319
checkout_files "${WOLFCRYPT_FILES[@]}" || exit 3
0 commit comments