diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libcrypto/aead/aeadtest.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/aead/aeadtest.c b/src/regress/lib/libcrypto/aead/aeadtest.c index 7144cb98d6..82fe72823c 100644 --- a/src/regress/lib/libcrypto/aead/aeadtest.c +++ b/src/regress/lib/libcrypto/aead/aeadtest.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: aeadtest.c,v 1.25 2023/09/28 11:35:10 tb Exp $ */ | 1 | /* $OpenBSD: aeadtest.c,v 1.26 2023/09/28 14:55:48 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2022 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2022 Joel Sing <jsing@openbsd.org> |
4 | * Copyright (c) 2014, Google Inc. | 4 | * Copyright (c) 2014, Google Inc. |
@@ -223,7 +223,7 @@ run_cipher_aead_encrypt_test(const EVP_CIPHER *cipher, | |||
223 | 223 | ||
224 | ivlen = EVP_CIPHER_CTX_iv_length(ctx); | 224 | ivlen = EVP_CIPHER_CTX_iv_length(ctx); |
225 | if (ivlen != (int)lengths[NONCE]) { | 225 | if (ivlen != (int)lengths[NONCE]) { |
226 | fprintf(stderr, "FAIL = ivlen %d != nonce length %d\n", ivlen, | 226 | fprintf(stderr, "FAIL: ivlen %d != nonce length %d\n", ivlen, |
227 | (int)lengths[NONCE]); | 227 | (int)lengths[NONCE]); |
228 | goto err; | 228 | goto err; |
229 | } | 229 | } |