X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=engines%2Fccgost%2Fgost_lcl.h;h=1e047c6f0a30af70b9dd3e3741a317d6224c2d82;hp=b2541a79d8d072c8f01c2db2390b5faf494c6f51;hb=cddcea8c4b46ea610d928af899e394d9e323c617;hpb=22dc08d00ae9517048b1ca44cd3810128eba0273 diff --git a/engines/ccgost/gost_lcl.h b/engines/ccgost/gost_lcl.h index b2541a79d8..1e047c6f0a 100644 --- a/engines/ccgost/gost_lcl.h +++ b/engines/ccgost/gost_lcl.h @@ -143,9 +143,11 @@ struct ossl_gost_digest_ctx { gost_ctx cctx; }; /* EVP_MD structure for GOST R 34.11 */ -extern EVP_MD digest_gost; +EVP_MD *digest_gost(void); +void digest_gost_destroy(void); /* EVP_MD structure for GOST 28147 in MAC mode */ -extern EVP_MD imit_gost_cpa; +EVP_MD *imit_gost_cpa(void); +void imit_gost_cpa_destroy(void); /* Cipher context used for EVP_CIPHER operation */ struct ossl_gost_cipher_ctx { int paramNID;