summaryrefslogtreecommitdiffstats
path: root/apps/ca.c
diff options
context:
space:
mode:
authorFdaSilvaYY <fdasilvayy@gmail.com>2016-08-12 00:29:27 +0200
committerRich Salz <rsalz@openssl.org>2016-08-16 15:51:58 -0400
commit69b86d4b98051af62d44b2ccf0a4cab7c8aa8ff9 (patch)
treee84db9ca66f566b21eb0cddc5baf2686ad2ca4a7 /apps/ca.c
parent1bb7310bf8d62e5a6f4f82b34f249d86b8e42377 (diff)
two typo fixes
Reviewed-by: Emilia Käsper <emilia@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1461)
Diffstat (limited to 'apps/ca.c')
-rw-r--r--apps/ca.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/ca.c b/apps/ca.c
index 4b4b37d59e..4bf7b52783 100644
--- a/apps/ca.c
+++ b/apps/ca.c
@@ -83,7 +83,7 @@
/* Additional revocation information types */
-#define REV_NONE 0 /* No addditional information */
+#define REV_NONE 0 /* No additional information */
#define REV_CRL_REASON 1 /* Value is CRL reason code */
#define REV_HOLD 2 /* Value is hold instruction */
#define REV_KEY_COMPROMISE 3 /* Value is cert key compromise time */