fix trailing white spaces

This commit is contained in:
Nir Sonnenschein 2018-07-30 17:46:49 +03:00
parent 04354b0796
commit eb73f7ab6f
2 changed files with 10 additions and 10 deletions

View file

@ -55,7 +55,7 @@
#warning Warning: using smaller (128bit) key size for CTR DRBG may reduce the security of some operations.
#define MBEDTLS_CTR_DRBG_KEYSIZE 16 /**< The key size used by the cipher. */
#else
#error for ctr DRBG either MBEDTLS_CTR_DRBG_KEYSIZE_256 (default) or MBEDTLS_CTR_DRBG_KEYSIZE_128 must be set
#error for ctr DRBG either MBEDTLS_CTR_DRBG_KEY_SIZE_256 (default) or MBEDTLS_CTR_DRBG_KEY_SIZE_128 must be set
#endif
#endif
#define MBEDTLS_CTR_DRBG_KEYBITS ( MBEDTLS_CTR_DRBG_KEYSIZE * 8 ) /**< The key size for the DRBG operation, in bits. */