diff options
author | FdaSilvaYY <fdasilvayy@gmail.com> | 2016-08-12 00:29:27 +0200 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2016-08-16 15:51:58 -0400 |
commit | 69b86d4b98051af62d44b2ccf0a4cab7c8aa8ff9 (patch) | |
tree | e84db9ca66f566b21eb0cddc5baf2686ad2ca4a7 | |
parent | 1bb7310bf8d62e5a6f4f82b34f249d86b8e42377 (diff) | |
download | openssl-new-69b86d4b98051af62d44b2ccf0a4cab7c8aa8ff9.tar.gz |
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)
-rw-r--r-- | apps/ca.c | 2 | ||||
-rw-r--r-- | test/README | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 */ diff --git a/test/README b/test/README index 8df35fe46a..34ef29a060 100644 --- a/test/README +++ b/test/README @@ -9,7 +9,7 @@ Please note that if a test involves a new testing executable, you will need to do some additions in test/Makefile. More on this later. -Naming convetions +Naming conventions ================= A test executable is named test/{name}test.c |