summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libcrypto/wycheproof/wycheproof.go20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/regress/lib/libcrypto/wycheproof/wycheproof.go b/src/regress/lib/libcrypto/wycheproof/wycheproof.go
index 0936dabc0f..5132090321 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.103 2019/11/28 21:41:14 tb Exp $ */ 1/* $OpenBSD: wycheproof.go,v 1.104 2019/11/28 21:41:42 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>
@@ -240,15 +240,15 @@ type wycheproofTestGroupECDSAWebCrypto struct {
240} 240}
241 241
242type wycheproofTestHkdf struct { 242type wycheproofTestHkdf struct {
243 TCID int `json:"tcId"` 243 TCID int `json:"tcId"`
244 Comment string `json:"comment"` 244 Comment string `json:"comment"`
245 Ikm string `json:"ikm"` 245 Ikm string `json:"ikm"`
246 Salt string `json:"salt"` 246 Salt string `json:"salt"`
247 Info string `json:"info"` 247 Info string `json:"info"`
248 Size int `json:"size"` 248 Size int `json:"size"`
249 Okm string `json:"okm"` 249 Okm string `json:"okm"`
250 Result string `json:"result"` 250 Result string `json:"result"`
251 Flags []string `json:"flags"` 251 Flags []string `json:"flags"`
252} 252}
253 253
254type wycheproofTestGroupHkdf struct { 254type wycheproofTestGroupHkdf struct {