summaryrefslogtreecommitdiffstats
path: root/crypto/ec/curve448/scalar.c
diff options
context:
space:
mode:
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