From: kartaris Date: Thu, 19 Aug 2021 13:01:47 +0000 (+0300) Subject: gost_omac included into gost_core there is no need to include it ingo gost_engine X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=commitdiff_plain;h=fd5e34ba503c65ce26ecba4535bf16ea37215104;p=openssl-gost%2Fengine.git gost_omac included into gost_core there is no need to include it ingo gost_engine --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 7826111..c9dc298 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -178,8 +178,6 @@ set(GOST_ENGINE_SOURCE_FILES gost_md.c gost_md2012.c gost_pmeth.c - gost_omac.c - gost_omac_acpkm.c ) add_executable(test_digest test_digest.c)