mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-01 10:06:53 +03:00
Fix formatting: remove trailing spaces, #endif with comments (> 10 lines)
This commit is contained in:
@ -286,7 +286,7 @@ int ctr_drbg_reseed( ctr_drbg_context *ctx,
|
||||
|
||||
return( 0 );
|
||||
}
|
||||
|
||||
|
||||
int ctr_drbg_random_with_add( void *p_rng,
|
||||
unsigned char *output, size_t output_len,
|
||||
const unsigned char *additional, size_t add_len )
|
||||
@ -524,6 +524,6 @@ int ctr_drbg_self_test( int verbose )
|
||||
|
||||
return( 0 );
|
||||
}
|
||||
#endif
|
||||
#endif /* POLARSSL_SELF_TEST */
|
||||
|
||||
#endif
|
||||
#endif /* POLARSSL_CTR_DRBG_C */
|
||||
|
Reference in New Issue
Block a user