summaryrefslogtreecommitdiffstats
path: root/crypto/ec/curve448/curve448utils.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-11-16 17:27:05 +0000
committerMatt Caswell <matt@openssl.org>2018-02-20 12:59:30 +0000
commit91f2e94c00a6c11170791d2803e9a49ab67a0075 (patch)
tree61869c252b5c00724ec5f8d17eefa066a9aa7be7 /crypto/ec/curve448/curve448utils.h
parent09ffbc94f21ff564e5bb0bbd1c6624e608412308 (diff)
Remove DECAF_NONNULL
OpenSSL does not currently have this concept. It only provides compiler warnings so just remove it. Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de> (Merged from https://github.com/openssl/openssl/pull/5105)
Diffstat (limited to 'crypto/ec/curve448/curve448utils.h')
-rw-r--r--crypto/ec/curve448/curve448utils.h1
1 files changed, 0 insertions, 1 deletions
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.