diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2023-01-06 20:48:22 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2023-01-06 20:48:22 +0000 |
| commit | 6f4e10db3298f6d65e1e646fe52aaafc3682b788 (patch) | |
| tree | 0a8de0ec1173c00886bcde1c3b18e0963e5f2b83 /lib/hcrypto/test_cipher.c | |
| parent | d5d1e8b157da7410fe13e6302f8e1bee81320bb5 (diff) | |
Diffstat (limited to 'lib/hcrypto/test_cipher.c')
| -rw-r--r-- | lib/hcrypto/test_cipher.c | 6 |
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); |
