summaryrefslogtreecommitdiffstats
path: root/freebsd/crypto/openssl/apps/speed.c
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/crypto/openssl/apps/speed.c')
-rw-r--r--freebsd/crypto/openssl/apps/speed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/crypto/openssl/apps/speed.c b/freebsd/crypto/openssl/apps/speed.c
index 02eb30a6..47e1a2f8 100644
--- a/freebsd/crypto/openssl/apps/speed.c
+++ b/freebsd/crypto/openssl/apps/speed.c
@@ -1809,7 +1809,7 @@ int speed_main(int argc, char **argv)
}
buflen = lengths[size_num - 1];
- if (buflen < 36) /* size of random vector in RSA bencmark */
+ if (buflen < 36) /* size of random vector in RSA benchmark */
buflen = 36;
buflen += MAX_MISALIGNMENT + 1;
loopargs[i].buf_malloc = app_malloc(buflen, "input buffer");