]> www.wagner.pp.ru Git - openssl-gost/engine.git/blobdiff - gost_omac.c
Remove unneeded declarations after registration rework
[openssl-gost/engine.git] / gost_omac.c
index 57660a69ee769c718043c86bbf8c9f922c89c6aa..47ad760edda55db1e13aa6b3895168cf822cf282 100644 (file)
@@ -277,23 +277,3 @@ GOST_digest grasshopper_mac_digest = {
     .result_size = 16,
     .init = grasshopper_imit_init,
 };
-
-EVP_MD *magma_omac(void)
-{
-    return GOST_init_digest(&magma_mac_digest);
-}
-
-void magma_omac_destroy(void)
-{
-    GOST_deinit_digest(&magma_mac_digest);
-}
-
-EVP_MD *grasshopper_omac(void)
-{
-    return GOST_init_digest(&grasshopper_mac_digest);
-}
-
-void grasshopper_omac_destroy(void)
-{
-    GOST_deinit_digest(&grasshopper_mac_digest);
-}