From 909c68ae7253a718993cf9d89412e4c9b403eb9b Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Wed, 7 Feb 2018 17:03:14 +0000 Subject: Yet more style updates to the curve448 code Reviewed-by: Bernd Edlinger (Merged from https://github.com/openssl/openssl/pull/5105) --- crypto/ec/curve448/point_448.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'crypto/ec/curve448/point_448.h') diff --git a/crypto/ec/curve448/point_448.h b/crypto/ec/curve448/point_448.h index 326718b305..219d9f7641 100644 --- a/crypto/ec/curve448/point_448.h +++ b/crypto/ec/curve448/point_448.h @@ -92,9 +92,8 @@ extern const niels_t *curve448_wnaf_base; * C448_FAILURE: The scalar was greater than the modulus, and has been reduced * modulo that modulus. */ -__owur c448_error_t curve448_scalar_decode( - curve448_scalar_t out, - const unsigned char ser[C448_SCALAR_BYTES]); +c448_error_t curve448_scalar_decode(curve448_scalar_t out, + const unsigned char ser[C448_SCALAR_BYTES]); /* * Read a scalar from wire format or from bytes. Reduces mod scalar prime. -- cgit v1.2.3