X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=blobdiff_plain;f=CMakeLists.txt;h=26161961fb113093f9c2288e1ad44c853d1bcf72;hb=1907d53ddbefbc85ce3bdea8320ff7610f47f22a;hp=a729a2041c42d894dd658246345eed2061f62a69;hpb=a8ba96bcbcbd5e1dab9af83396c9c6f4eabab423;p=openssl-gost%2Fengine.git diff --git a/CMakeLists.txt b/CMakeLists.txt index a729a20..2616196 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,11 +43,6 @@ if (ASAN) set(SKIP_PERL_TESTS 1) endif() -# DEPRECATEDIN_3_0 CMAC -set_source_files_properties(gost_omac.c PROPERTIES COMPILE_FLAGS -Wno-error=deprecated-declarations) -# DEPRECATEDIN_3_0 HMAC -set_source_files_properties(gost_keyexpimp.c PROPERTIES COMPILE_FLAGS -Wno-error=deprecated-declarations) - set(CMAKE_C_STANDARD 90) CHECK_FUNCTION_EXISTS(clock_gettime HAVE_CLOCK_GETTIME_C) CHECK_LIBRARY_EXISTS(rt clock_gettime "" HAVE_CLOCK_GETTIME_RT)