diff options
Diffstat (limited to '')
| -rw-r--r-- | src/regress/lib/libcrypto/wycheproof/wycheproof.go | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/src/regress/lib/libcrypto/wycheproof/wycheproof.go b/src/regress/lib/libcrypto/wycheproof/wycheproof.go index 672a8673b1..d8da1ddf6e 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.31 2018/08/28 18:28:30 tb Exp $ */ | 1 | /* $OpenBSD: wycheproof.go,v 1.32 2018/08/29 18:58:46 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 Theo Buehler <tb@openbsd.org> | 4 | * Copyright (c) 2018 Theo Buehler <tb@openbsd.org> | 
| @@ -563,7 +563,8 @@ func runAesCcmTestGroup(wtg *wycheproofTestGroupAesCcm) bool { | |||
| 563 | case 256: | 563 | case 256: | 
| 564 | cipher = C.EVP_aes_256_ccm() | 564 | cipher = C.EVP_aes_256_ccm() | 
| 565 | default: | 565 | default: | 
| 566 | log.Fatalf("Unsupported key size: %d", wtg.KeySize) | 566 | fmt.Printf("INFO: Skipping tests with invalid key size %d\n", wtg.KeySize) | 
| 567 | return true | ||
| 567 | } | 568 | } | 
| 568 | 569 | ||
| 569 | ctx := C.EVP_CIPHER_CTX_new() | 570 | ctx := C.EVP_CIPHER_CTX_new() | 
