This commit is contained in:
Hamish Coleman 2022-05-08 15:48:29 +01:00
parent a2a8c3d4ee
commit 188af371ba

View File

@ -417,5 +417,6 @@ int cc20_deinit (cc20_context_t *ctx) {
#if defined (HAVE_OPENSSL_1_1) #if defined (HAVE_OPENSSL_1_1)
if(ctx->ctx) EVP_CIPHER_CTX_free(ctx->ctx); if(ctx->ctx) EVP_CIPHER_CTX_free(ctx->ctx);
#endif #endif
free(ctx);
return 0; return 0;
} }