aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkartaris <rust768@gmail.com>2021-08-19 16:01:47 +0300
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>2021-08-20 16:22:58 +0300
commitfd5e34ba503c65ce26ecba4535bf16ea37215104 (patch)
tree5508bdd09069cfb36b0516153e73fbce1f611319
parentb6acd575ec9f16b45b26f88d3f2585ab0716f234 (diff)
downloadgost-engine-fd5e34ba503c65ce26ecba4535bf16ea37215104.zip
gost-engine-fd5e34ba503c65ce26ecba4535bf16ea37215104.tar.gz
gost-engine-fd5e34ba503c65ce26ecba4535bf16ea37215104.tar.bz2
gost_omac included into gost_core there is no need to include it ingo gost_engine
-rw-r--r--CMakeLists.txt2
1 files changed, 0 insertions, 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)