summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/apps/s_time.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/apps/s_time.c')
-rw-r--r--crypto/openssl/apps/s_time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl/apps/s_time.c b/crypto/openssl/apps/s_time.c
index a40997a..38788f7 100644
--- a/crypto/openssl/apps/s_time.c
+++ b/crypto/openssl/apps/s_time.c
@@ -302,7 +302,7 @@ static int parseArgs(int argc, char **argv)
if (--argc < 1)
goto bad;
maxTime = atoi(*(++argv));
- if(maxTime <= 0) {
+ if (maxTime <= 0) {
BIO_printf(bio_err, "time must be > 0\n");
badop = 1;
}
OpenPOWER on IntegriCloud