diff options
| author | tb <> | 2019-11-28 07:54:49 +0000 |
|---|---|---|
| committer | tb <> | 2019-11-28 07:54:49 +0000 |
| commit | 004e2b559f14477ba35769f6a39e2cdfb8e0cb07 (patch) | |
| tree | b5f2595be4ec536cf4c3aba0bbf8713751ed3d50 /src | |
| parent | c08192ec1bc00fa2dad33ff657b3ef784f29200a (diff) | |
| download | openbsd-004e2b559f14477ba35769f6a39e2cdfb8e0cb07.tar.gz openbsd-004e2b559f14477ba35769f6a39e2cdfb8e0cb07.tar.bz2 openbsd-004e2b559f14477ba35769f6a39e2cdfb8e0cb07.zip | |
typo
Diffstat (limited to 'src')
| -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 42914755a9..a3c4f2cea2 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.99 2019/11/27 21:44:27 tb Exp $ */ | 1 | /* $OpenBSD: wycheproof.go,v 1.100 2019/11/28 07:54:49 tb 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, 2019 Theo Buehler <tb@openbsd.org> | 4 | * Copyright (c) 2018, 2019 Theo Buehler <tb@openbsd.org> |
| @@ -2436,7 +2436,7 @@ func main() { | |||
| 2436 | // primality_test.json | 2436 | // primality_test.json |
| 2437 | // x25519_{asn,jwk,pem}_test.json | 2437 | // x25519_{asn,jwk,pem}_test.json |
| 2438 | // xchacha20_poly1305_test.json | 2438 | // xchacha20_poly1305_test.json |
| 2439 | // what's up with the *_p1363_tst.json files? | 2439 | // What's up with the *_p1363_test.json files? |
| 2440 | tests := []struct { | 2440 | tests := []struct { |
| 2441 | name string | 2441 | name string |
| 2442 | pattern string | 2442 | pattern string |
