From fd5e34ba503c65ce26ecba4535bf16ea37215104 Mon Sep 17 00:00:00 2001 From: kartaris Date: Thu, 19 Aug 2021 16:01:47 +0300 Subject: [PATCH] gost_omac included into gost_core there is no need to include it ingo gost_engine --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) 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) -- 2.39.2