]> www.wagner.pp.ru Git - openssl-gost/engine.git/commit
MSVC: Undo adding `-Wno-error=deprecated-declarations`
authorVitaly Chikunov <vt@altlinux.org>
Fri, 3 Dec 2021 08:54:40 +0000 (11:54 +0300)
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>
Sat, 11 Dec 2021 16:45:14 +0000 (19:45 +0300)
commit1907d53ddbefbc85ce3bdea8320ff7610f47f22a
treeda3902f8c66c3c3ec919741c69b173d1642bb0b8
parenta8ba96bcbcbd5e1dab9af83396c9c6f4eabab423
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 <vt@altlinux.org>
CMakeLists.txt