mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-09 21:45:34 +00:00
benchmark: Add comma at end of help message
The help message was missing a comma after "hmac_drbg". Add the missing comma.
This commit is contained in:
parent
f4474e79ef
commit
09317083b5
|
@ -100,7 +100,7 @@ int main( void )
|
||||||
"md4, md5, ripemd160, sha1, sha256, sha512,\n" \
|
"md4, md5, ripemd160, sha1, sha256, sha512,\n" \
|
||||||
"arc4, des3, des, camellia, blowfish,\n" \
|
"arc4, des3, des, camellia, blowfish,\n" \
|
||||||
"aes_cbc, aes_gcm, aes_ccm, aes_cmac, aes_xts,\n" \
|
"aes_cbc, aes_gcm, aes_ccm, aes_cmac, aes_xts,\n" \
|
||||||
"des3_cmac, havege, ctr_drbg, hmac_drbg\n" \
|
"des3_cmac, havege, ctr_drbg, hmac_drbg,\n" \
|
||||||
"rsa, dhm, ecdsa, ecdh.\n"
|
"rsa, dhm, ecdsa, ecdh.\n"
|
||||||
|
|
||||||
#if defined(MBEDTLS_ERROR_C)
|
#if defined(MBEDTLS_ERROR_C)
|
||||||
|
|
Loading…
Reference in a new issue