X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=gost_eng.c;h=33659a5a597ab5a519f80e5b64ab590984762761;hb=586ebd520657eaed361968c55c1ef3e268cf5053;hp=ba67fda6181854d427a341546e9e2e62b0136a69;hpb=37e242a6a246cbf51d0e7f16f11f122a8c2051eb;p=openssl-gost%2Fengine.git diff --git a/gost_eng.c b/gost_eng.c index ba67fda..33659a5 100644 --- a/gost_eng.c +++ b/gost_eng.c @@ -257,6 +257,8 @@ static int bind_gost(ENGINE* e, const char* id) { || !EVP_add_digest(digest_gost2012_256()) || !EVP_add_digest(imit_gost_cpa()) || !EVP_add_digest(imit_gost_cp_12()) + || !EVP_add_digest(magma_omac()) + || !EVP_add_digest(grasshopper_omac()) ) { goto end; }