]> www.wagner.pp.ru Git - openssl-gost/engine.git/commit - CMakeLists.txt
CMakeLists.txt: Workaround openssl deprecation of HMAC and CMAC primitives
authorVitaly Chikunov <vt@altlinux.org>
Thu, 30 Jan 2020 23:24:47 +0000 (02:24 +0300)
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>
Fri, 31 Jan 2020 07:33:49 +0000 (10:33 +0300)
commit5dfb598defe4eedcdfb4f8a25604c466f9497b6d
tree359e64203efa0c1bd90e1f3f756aaaee0ffb05db
parent7af0ee1e85797e4a2c2113b5f702ad843c0c2e87
CMakeLists.txt: Workaround openssl deprecation of HMAC and CMAC primitives

Following commits mark CMAC and HMAC primitives deprecated:

  commit a6d572e60120e0ffb42aece17a085f0fed1b8f6f
  Author: Pauli <paul.dale@oracle.com>
  Date:   Tue Jan 14 10:59:11 2020 +1000

      Deprecate the low level CMAC functions

  commit dbde4726889a19af0a718fe9c5542f39c81acbd3
  Author: Pauli <paul.dale@oracle.com>
  Date:   Tue Jan 14 12:11:50 2020 +1000

      Deprecate the low level HMAC functions

Add `-Wno-error=deprecated-declarations' to appropriate targets.

References:
  https://github.com/openssl/openssl/commit/a6d572e601
  https://github.com/openssl/openssl/commit/dbde472688
CMakeLists.txt