summaryrefslogtreecommitdiff
path: root/tools/crypto_bench.c
diff options
context:
space:
mode:
authorJun Zhao <barryjzhao@tencent.com>2019-05-09 01:24:28 +0800
committerJun Zhao <barryjzhao@tencent.com>2019-05-09 17:03:30 +0800
commita6cd3ad21f1cd6f90aa1e818ece0e399ff66d685 (patch)
tree4b886702459ea8fa9aacfa43bb93d1674e14325b /tools/crypto_bench.c
parent153a6a67a93af0f0bd00d76670e59e741c9a13c7 (diff)
tools/crypto_bench: update the comment about build command
commit cd62f9d557f missing the comment about build Reviewed-by: Nicolas George <nicolas.george@normalesup.org> Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
Diffstat (limited to 'tools/crypto_bench.c')
-rw-r--r--tools/crypto_bench.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/crypto_bench.c b/tools/crypto_bench.c
index ac9fcc465e..0aff4ea784 100644
--- a/tools/crypto_bench.c
+++ b/tools/crypto_bench.c
@@ -19,7 +19,7 @@
*/
/* Optional external libraries; can be enabled using:
- * make VERSUS=crypto+gcrypt+tomcrypt tools/crypto_bench */
+ * make VERSUS=crypto+gcrypt+tomcrypt+mbedcrypto tools/crypto_bench */
#define USE_crypto 0x01 /* OpenSSL's libcrypto */
#define USE_gcrypt 0x02 /* GnuTLS's libgcrypt */
#define USE_tomcrypt 0x04 /* LibTomCrypt */