]> www.wagner.pp.ru Git - openssl-gost/engine.git/commitdiff
MSVC: Disable deprecated declarations (C4996) warning
authorVitaly Chikunov <vt@altlinux.org>
Fri, 3 Dec 2021 08:53:17 +0000 (11:53 +0300)
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>
Sat, 11 Dec 2021 16:45:14 +0000 (19:45 +0300)
`/wd4996' disables deprecated declarations warning, this is analogous to
`-Wno-error=deprecated-declarations'. Error example:

  gost_pmeth.c(39,17): warning C4996: 'EVP_PKEY_get0': Since OpenSSL 3.0

Signed-off-by: Vitaly Chikunov <vt@altlinux.org>

No differences found