Skip to content

Commit f5164d3

Browse files
author
Andras Fekete
committed
Remove weird control char + copy/paste errors
1 parent de0048e commit f5164d3

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

fips-check.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,12 @@ netbsd-selftest)
8787
FIPS_VERSION=$NETBSD_FIPS_VERSION
8888
FIPS_REPO=$NETBSD_FIPS_REPO
8989
CRYPT_VERSION=$NETBSD_CRYPT_VERSION
90-
… CRYPT_VERSION=$MARVELL_LINUX_CRYPT_VERSION
91-
CRYPT_REPO=$MARVELL_LINUX_CRYPT_REPO
90+
CRYPT_REPO=$NETBSD_CRYPT_REPO
9291
FIPS_SRCS=( selftest.c )
9392
WC_MODS=( dh ecc rsa dsa aes sha sha256 sha512 hmac random )
9493
CRYPT_INC_PATH=wolfssl/wolfcrypt
9594
CRYPT_SRC_PATH=wolfcrypt/src
9695
CAVP_SELFTEST_ONLY="yes"
97-
CAVP_SELFTEST_OPTION=v2
9896
FIPS_OPTION="ready"
9997
;;
10098
marvell-linux-selftest)

0 commit comments

Comments
 (0)