]> www.wagner.pp.ru Git - openssl-gost/engine.git/commitdiff
gost_omac included into gost_core there is no need to include it ingo gost_engine
authorkartaris <rust768@gmail.com>
Thu, 19 Aug 2021 13:01:47 +0000 (16:01 +0300)
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>
Fri, 20 Aug 2021 13:22:58 +0000 (16:22 +0300)
CMakeLists.txt

index 7826111441c803f288fc73b96835f7025647b057..c9dc29825101e6b0138d8d53763b60ef5c2f53da 100644 (file)
@@ -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)