projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
PR: 2070
[openssl.git]
/
engines
/
ccgost
/
gost_crypt.c
diff --git
a/engines/ccgost/gost_crypt.c
b/engines/ccgost/gost_crypt.c
index
39bb696
..
9c9fed5
100644
(file)
--- a/
engines/ccgost/gost_crypt.c
+++ b/
engines/ccgost/gost_crypt.c
@@
-371,7
+371,7
@@
static int gost_cipher_do_cnt(EVP_CIPHER_CTX *ctx, unsigned char *out,
/* Cleaning up of EVP_CIPHER_CTX */
int gost_cipher_cleanup(EVP_CIPHER_CTX *ctx)
{
- gost_destroy(
(gost_ctx *)ctx->cipher_data
);
+ gost_destroy(
&((struct ossl_gost_cipher_ctx *)ctx->cipher_data)->cctx
);
ctx->app_data = NULL;
return 1;
}