]> www.wagner.pp.ru Git - openssl-gost/engine.git/blobdiff - CMakeLists.txt
Add grasshopper_omac_acpkm (OMAC-ACPKM)
[openssl-gost/engine.git] / CMakeLists.txt
index 0add5fdc506eee758dc05c639cbe1ce7c0d2d828..a9375696aae2780107bc46741f64b141616c678e 100644 (file)
@@ -91,6 +91,7 @@ set(GOST_EC_SOURCE_FILES
 
 set (GOST_OMAC_SOURCE_FILES
         gost_omac.c
+        gost_omac_acpkm.c
         )
 
 set(GOST_LIB_SOURCE_FILES
@@ -109,6 +110,7 @@ set(GOST_ENGINE_SOURCE_FILES
         gost_md2012.c
         gost_pmeth.c
         gost_omac.c
+        gost_omac_acpkm.c
         )
 
 add_executable(test_grasshopper test_grasshopper.c)