From 91f2e94c00a6c11170791d2803e9a49ab67a0075 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Thu, 16 Nov 2017 17:27:05 +0000 Subject: Remove DECAF_NONNULL OpenSSL does not currently have this concept. It only provides compiler warnings so just remove it. Reviewed-by: Bernd Edlinger (Merged from https://github.com/openssl/openssl/pull/5105) --- crypto/ec/curve448/curve448utils.h | 1 - 1 file changed, 1 deletion(-) (limited to 'crypto/ec/curve448/curve448utils.h') diff --git a/crypto/ec/curve448/curve448utils.h b/crypto/ec/curve448/curve448utils.h index 3bdfc883fc..990821d07d 100644 --- a/crypto/ec/curve448/curve448utils.h +++ b/crypto/ec/curve448/curve448utils.h @@ -25,7 +25,6 @@ extern "C" { #define __attribute__((x)) #endif #define DECAF_NOINLINE __attribute__((noinline)) -#define DECAF_NONNULL __attribute__((nonnull)) /** @endcond */ /* Internal word types. -- cgit v1.2.3