mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
Fix some whitespace issues
This commit is contained in:
parent
e533b22153
commit
9c82e2ce49
2 changed files with 2 additions and 3 deletions
|
|
@ -97,7 +97,7 @@ int main( void )
|
|||
#define OPTIONS \
|
||||
"md4, md5, ripemd160, sha1, sha256, sha512,\n" \
|
||||
"arc4, des3, des, camellia, blowfish, chacha20,\n" \
|
||||
"aes_cbc, aes_gcm, aes_ccm, chachapoly,\n" \
|
||||
"aes_cbc, aes_gcm, aes_ccm, chachapoly,\n" \
|
||||
"aes_cmac, des3_cmac, poly1305\n" \
|
||||
"havege, ctr_drbg, hmac_drbg\n" \
|
||||
"rsa, dhm, ecdsa, ecdh.\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue