aboutsummaryrefslogtreecommitdiff
path: root/lib/hcrypto/test_cipher.c
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2023-01-06 20:48:22 +0000
committerCy Schubert <cy@FreeBSD.org>2023-01-06 20:48:22 +0000
commit6f4e10db3298f6d65e1e646fe52aaafc3682b788 (patch)
tree0a8de0ec1173c00886bcde1c3b18e0963e5f2b83 /lib/hcrypto/test_cipher.c
parentd5d1e8b157da7410fe13e6302f8e1bee81320bb5 (diff)
Diffstat (limited to 'lib/hcrypto/test_cipher.c')
-rw-r--r--lib/hcrypto/test_cipher.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/hcrypto/test_cipher.c b/lib/hcrypto/test_cipher.c
index 0131e148b172..26bf42c1b09d 100644
--- a/lib/hcrypto/test_cipher.c
+++ b/lib/hcrypto/test_cipher.c
@@ -295,8 +295,10 @@ test_cipher(int i, const EVP_CIPHER *c, struct tests *t)
hex_encode(d, t->datasize, &s);
errx(1, "%s: %d decrypt not the same: %s", t->name, i, s);
}
- if (t->outiv)
- /* XXXX check */;
+ if (t->outiv) {
+ /* XXXX check */
+ ;
+ }
EVP_CIPHER_CTX_cleanup(&ectx);
EVP_CIPHER_CTX_cleanup(&dctx);