summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libssl/src/apps/ca.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/src/apps/ca.c b/src/lib/libssl/src/apps/ca.c
index 06d0c37c52..ccb32bca19 100644
--- a/src/lib/libssl/src/apps/ca.c
+++ b/src/lib/libssl/src/apps/ca.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ca.c,v 1.64 2014/07/14 00:35:10 deraadt Exp $ */ 1/* $OpenBSD: ca.c,v 1.65 2014/07/29 08:51:49 blambert Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -128,7 +128,7 @@
128static const char *ca_usage[] = { 128static const char *ca_usage[] = {
129 "usage: ca args\n", 129 "usage: ca args\n",
130 "\n", 130 "\n",
131 " -verbose - Talk alot while doing things\n", 131 " -verbose - Talk a lot while doing things\n",
132 " -config file - A config file\n", 132 " -config file - A config file\n",
133 " -name arg - The particular CA definition to use\n", 133 " -name arg - The particular CA definition to use\n",
134 " -gencrl - Generate a new CRL\n", 134 " -gencrl - Generate a new CRL\n",