summaryrefslogtreecommitdiffstats
path: root/crypto/ec/curve448/scalar.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-11-16 17:07:21 +0000
committerMatt Caswell <matt@openssl.org>2018-02-20 12:59:29 +0000
commitaacf29b8aabf549817cf2328ef22a5638ee4d738 (patch)
treee3685b6541f126b376af60c1a27483a5f0ae8b5b /crypto/ec/curve448/scalar.c
parent88ba7e71e0aff19b3a8a5e37758dcf88e8bae848 (diff)
Replace DECAF_INLINE with ossl_inline
Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de> (Merged from https://github.com/openssl/openssl/pull/5105)
Diffstat (limited to 'crypto/ec/curve448/scalar.c')
-rw-r--r--crypto/ec/curve448/scalar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ec/curve448/scalar.c b/crypto/ec/curve448/scalar.c
index 7509a5fb76..e3cb22d764 100644
--- a/crypto/ec/curve448/scalar.c
+++ b/crypto/ec/curve448/scalar.c
@@ -126,7 +126,7 @@ void curve448_scalar_add (
sc_subx(out, out->limb, sc_p, sc_p, chain);
}
-static DECAF_INLINE void scalar_decode_short (
+static ossl_inline void scalar_decode_short (
curve448_scalar_t s,
const unsigned char *ser,
unsigned int nbytes