Minor formatting tweaks
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
7a910a8be0
commit
b8c4a0d940
1 changed files with 2 additions and 2 deletions
|
@ -147,8 +147,8 @@ void (*mbedtls_test_hook_test_fail)( const char *, int, const char *);
|
|||
* Provide external definitions of some inline functions so that the compiler
|
||||
* has the option to not inline them
|
||||
*/
|
||||
extern inline void mbedtls_xor( unsigned char *r, unsigned char const *a, unsigned char const *b, size_t n );
|
||||
extern inline void mbedtls_xor( unsigned char *r, const unsigned char *a, const unsigned char *b, size_t n );
|
||||
|
||||
extern inline uint32_t mbedtls_get_unaligned_uint32( void const *p );
|
||||
extern inline uint32_t mbedtls_get_unaligned_uint32( const void *p );
|
||||
|
||||
extern inline void mbedtls_put_unaligned_uint32( void *p, uint32_t x );
|
||||
|
|
Loading…
Reference in a new issue