fix trailing white spaces
This commit is contained in:
parent
04354b0796
commit
eb73f7ab6f
2 changed files with 10 additions and 10 deletions
|
@ -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. */
|
||||
|
|
Loading…
Reference in a new issue