Replace DECAF_WARN_UNUSED with __owur
authorMatt Caswell <matt@openssl.org>
Thu, 16 Nov 2017 17:13:18 +0000 (17:13 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 20 Feb 2018 12:59:29 +0000 (12:59 +0000)
commit9455aab4fecc37a8e10dfb1167c70b0b7cf28715
tree03e467057f4af701fc6ae9e6deeb35c272313950
parentaacf29b8aabf549817cf2328ef22a5638ee4d738
Replace DECAF_WARN_UNUSED with __owur

Most of these were in point_448.h. While I was at it I spotted some unused
declarations, so I deleted those too.

Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/5105)
crypto/ec/curve448/curve448utils.h
crypto/ec/curve448/point_448.h