]> www.wagner.pp.ru Git - openssl-gost/engine.git/blobdiff - gost_eng.c
Missing digest registration
[openssl-gost/engine.git] / gost_eng.c
index ba67fda6181854d427a341546e9e2e62b0136a69..33659a5a597ab5a519f80e5b64ab590984762761 100644 (file)
@@ -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;
     }