mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-22 04:01:53 +03:00
Fix whitespace issues
This commit is contained in:
@ -477,7 +477,7 @@ static inline const char *cipher_get_name( const cipher_context_t *ctx )
|
|||||||
* POLARSSL_KEY_LENGTH_NONE if ctx has not been
|
* POLARSSL_KEY_LENGTH_NONE if ctx has not been
|
||||||
* initialised.
|
* initialised.
|
||||||
*/
|
*/
|
||||||
static inline int cipher_get_key_size ( const cipher_context_t *ctx )
|
static inline int cipher_get_key_size( const cipher_context_t *ctx )
|
||||||
{
|
{
|
||||||
if( NULL == ctx || NULL == ctx->cipher_info )
|
if( NULL == ctx || NULL == ctx->cipher_info )
|
||||||
return POLARSSL_KEY_LENGTH_NONE;
|
return POLARSSL_KEY_LENGTH_NONE;
|
||||||
|
@ -80,7 +80,7 @@ extern "C" {
|
|||||||
* The function pointers for malloc and free
|
* The function pointers for malloc and free
|
||||||
*/
|
*/
|
||||||
#if defined(POLARSSL_PLATFORM_MEMORY)
|
#if defined(POLARSSL_PLATFORM_MEMORY)
|
||||||
#if defined(POLARSSL_PLATFORM_FREE_MACRO) &&\
|
#if defined(POLARSSL_PLATFORM_FREE_MACRO) && \
|
||||||
defined(POLARSSL_PLATFORM_MALLOC_MACRO)
|
defined(POLARSSL_PLATFORM_MALLOC_MACRO)
|
||||||
#define polarssl_free POLARSSL_PLATFORM_FREE_MACRO
|
#define polarssl_free POLARSSL_PLATFORM_FREE_MACRO
|
||||||
#define polarssl_malloc POLARSSL_PLATFORM_MALLOC_MACRO
|
#define polarssl_malloc POLARSSL_PLATFORM_MALLOC_MACRO
|
||||||
|
Reference in New Issue
Block a user