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)
This commit is contained in:
FdaSilvaYY 2016-08-12 00:29:27 +02:00 committed by Rich Salz
parent 1bb7310bf8
commit 69b86d4b98
2 changed files with 2 additions and 2 deletions

View file

@ -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 */

View file

@ -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