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:
Jaeden Amero 2018-06-05 10:47:29 +01:00
parent f4474e79ef
commit 09317083b5

View file

@ -100,7 +100,7 @@ int main( void )
"md4, md5, ripemd160, sha1, sha256, sha512,\n" \
"arc4, des3, des, camellia, blowfish,\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"
#if defined(MBEDTLS_ERROR_C)