Whitespace cleanup
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
f9a1c37bc8
commit
63d114305f
1 changed files with 1 additions and 1 deletions
|
@ -414,7 +414,7 @@ extern void (*mbedtls_test_hook_test_fail)( const char * test, int line, const c
|
||||||
* \param b Pointer to input (buffer of at least \p n bytes)
|
* \param b Pointer to input (buffer of at least \p n bytes)
|
||||||
* \param n Number of bytes to process.
|
* \param n Number of bytes to process.
|
||||||
*/
|
*/
|
||||||
static inline void mbedtls_xor( unsigned char* r, unsigned char const *a, unsigned char const *b, size_t n )
|
static inline void mbedtls_xor( unsigned char *r, unsigned char const *a, unsigned char const *b, size_t n )
|
||||||
{
|
{
|
||||||
#if defined(MBEDTLS_ALLOW_UNALIGNED_ACCESS)
|
#if defined(MBEDTLS_ALLOW_UNALIGNED_ACCESS)
|
||||||
uint32_t *a32 = (uint32_t *)a;
|
uint32_t *a32 = (uint32_t *)a;
|
||||||
|
|
Loading…
Reference in a new issue