summaryrefslogtreecommitdiff
path: root/src/regress/lib
diff options
context:
space:
mode:
authortb <>2021-11-18 21:26:54 +0000
committertb <>2021-11-18 21:26:54 +0000
commitba8c2da70ecaaa909e28b8df150a7f3d30e56a45 (patch)
tree9d396014af3e4da702c5e7e07dc89cd4d34873ef /src/regress/lib
parentbe9c5fd250df953be1beec2967cd2ed74cfc6d89 (diff)
downloadopenbsd-ba8c2da70ecaaa909e28b8df150a7f3d30e56a45.tar.gz
openbsd-ba8c2da70ecaaa909e28b8df150a7f3d30e56a45.tar.bz2
openbsd-ba8c2da70ecaaa909e28b8df150a7f3d30e56a45.zip
gost: missed one cleanup
Diffstat (limited to 'src/regress/lib')
-rw-r--r--src/regress/lib/libcrypto/gost/gost2814789t.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/gost/gost2814789t.c b/src/regress/lib/libcrypto/gost/gost2814789t.c
index 49f43810d3..6ba5561984 100644
--- a/src/regress/lib/libcrypto/gost/gost2814789t.c
+++ b/src/regress/lib/libcrypto/gost/gost2814789t.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: gost2814789t.c,v 1.4 2021/11/18 21:22:41 tb Exp $ */ 1/* $OpenBSD: gost2814789t.c,v 1.5 2021/11/18 21:26:54 tb Exp $ */
2/* vim: set fileencoding=ascii : Charset: ASCII */ 2/* vim: set fileencoding=ascii : Charset: ASCII */
3/* test/gostr2814789t.c */ 3/* test/gostr2814789t.c */
4/* ==================================================================== 4/* ====================================================================
@@ -1427,7 +1427,7 @@ engine_cipher_check:
1427 } 1427 }
1428 siglen = 4; 1428 siglen = 4;
1429 OPENSSL_assert(EVP_DigestSignFinal(mctx, bTest, &siglen)); 1429 OPENSSL_assert(EVP_DigestSignFinal(mctx, bTest, &siglen));
1430 EVP_MD_CTX_cleanup(mctx); 1430 EVP_MD_CTX_reset(mctx);
1431 EVP_PKEY_free(mac_key); 1431 EVP_PKEY_free(mac_key);
1432 enlu = (int)tcs[t].ullLen; 1432 enlu = (int)tcs[t].ullLen;
1433 enlf = 0; 1433 enlf = 0;