Skip to content

Commit 81aa495

Browse files
author
Andras Fekete
committed
Fix missing tags
1 parent 79272b5 commit 81aa495

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

fips-check.sh

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -305,15 +305,9 @@ fi
305305

306306
pushd "$TEST_DIR" || exit 2
307307

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
308+
if ! $GIT clone --filter=blob:none --no-checkout "$FIPS_REPO" fips; then
311309
echo "fips-check: Couldn't check out FIPS repository."
312310
exit 1
313-
else
314-
pushd fips || exit 2
315-
git checkout || exit 3
316-
popd || exit 2
317311
fi
318312

319313
checkout_files "${WOLFCRYPT_FILES[@]}" || exit 3

0 commit comments

Comments
 (0)