From: Vitaly Chikunov Date: Fri, 3 Dec 2021 08:54:40 +0000 (+0300) Subject: MSVC: Undo adding `-Wno-error=deprecated-declarations` X-Git-Tag: v3.0.1~36 X-Git-Url: http://wagner.pp.ru/gitweb/?a=commitdiff_plain;h=1907d53ddbefbc85ce3bdea8320ff7610f47f22a;hp=1907d53ddbefbc85ce3bdea8320ff7610f47f22a;p=openssl-gost%2Fengine.git MSVC: Undo adding `-Wno-error=deprecated-declarations` Since they are now global. Error message: cl : command line error D8021: invalid numeric argument '/Wno-error=deprecated-declarations' Fixes: 5dfb598 ("CMakeLists.txt: Workaround openssl deprecation of HMAC and CMAC primitives") Signed-off-by: Vitaly Chikunov ---