X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=blobdiff_plain;f=gost_lcl.h;h=e78540465b73920444a414eb5150a50f5be66fdf;hb=0d53de14d01e8e079e5b5b4e08ec6e9f063139cc;hp=0e544eee66e6b91941399fbb7493eddcf4b1997d;hpb=dd645e71d12ec790dc6c2e1c44163e2683ae4c6a;p=openssl-gost%2Fengine.git diff --git a/gost_lcl.h b/gost_lcl.h index 0e544ee..e785404 100644 --- a/gost_lcl.h +++ b/gost_lcl.h @@ -53,6 +53,10 @@ void gost_param_free(void); /* method registration */ +/* Provider implementation data */ +extern const OSSL_ALGORITHM GOST_prov_macs[]; +void GOST_prov_deinit_mac_digests(void); + int register_ameth_gost(int nid, EVP_PKEY_ASN1_METHOD **ameth, const char *pemstr, const char *info); int register_pmeth_gost(int id, EVP_PKEY_METHOD **pmeth, int flags);