Fix typo in program benchmark.

Signed-off-by: Zhai Zhaoxuan <kxuanobj@gmail.com>
This commit is contained in:
Zhai Zhaoxuan 2020-05-09 23:50:32 +08:00
parent 5435451a1a
commit e22da99224
No known key found for this signature in database
GPG Key ID: E53EA872AFCA251C

View File

@ -101,7 +101,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, aes_ctx, chachapoly,\n" \
"aes_cbc, aes_gcm, aes_ccm, aes_xts, chachapoly,\n" \
"aes_cmac, des3_cmac, poly1305\n" \
"havege, ctr_drbg, hmac_drbg\n" \
"rsa, dhm, ecdsa, ecdh.\n"