diff options
-rw-r--r-- | src/regress/lib/libcrypto/wycheproof/wycheproof.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/wycheproof/wycheproof.go b/src/regress/lib/libcrypto/wycheproof/wycheproof.go index b6fb0968ea..3e8b399e3b 100644 --- a/src/regress/lib/libcrypto/wycheproof/wycheproof.go +++ b/src/regress/lib/libcrypto/wycheproof/wycheproof.go | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: wycheproof.go,v 1.44 2018/09/02 17:29:17 tb Exp $ */ | 1 | /* $OpenBSD: wycheproof.go,v 1.45 2018/09/02 20:09:29 bluhm Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2018 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2018 Joel Sing <jsing@openbsd.org> |
4 | * Copyright (c) 2018 Theo Buehler <tb@openbsd.org> | 4 | * Copyright (c) 2018 Theo Buehler <tb@openbsd.org> |
@@ -1596,7 +1596,7 @@ func runTestVectors(path string) bool { | |||
1596 | func main() { | 1596 | func main() { |
1597 | if _, err := os.Stat(testVectorPath); os.IsNotExist(err) { | 1597 | if _, err := os.Stat(testVectorPath); os.IsNotExist(err) { |
1598 | fmt.Printf("package wycheproof-testvectors is required for this regress\n") | 1598 | fmt.Printf("package wycheproof-testvectors is required for this regress\n") |
1599 | fmt.Printf("SKIPPING\n") | 1599 | fmt.Printf("SKIPPED\n") |
1600 | os.Exit(0) | 1600 | os.Exit(0) |
1601 | } | 1601 | } |
1602 | 1602 | ||