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:
parent
1bb7310bf8
commit
69b86d4b98
2 changed files with 2 additions and 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 */
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue