Loading apps/ca.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 */ Loading test/README +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
apps/ca.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 */ Loading
test/README +1 −1 Original line number Diff line number Diff line Loading @@ -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