summaryrefslogtreecommitdiff
path: root/src/regress/lib
diff options
context:
space:
mode:
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;