Change the trust and purpose code so it doesn't need init

either and has a static and dynamic mix.
This commit is contained in:
Dr. Stephen Henson
1999-12-02 02:33:56 +00:00
parent 08cba61011
commit dd4134101f
18 changed files with 420 additions and 385 deletions

View File

@@ -91,7 +91,7 @@ static X509V3_EXT_METHOD *standard_exts[] = {
&v3_info,
};
/* Number of standard extensions: keep up to date */
/* Number of standard extensions */
#define STANDARD_EXTENSION_COUNT 22
#define STANDARD_EXTENSION_COUNT (sizeof(standard_exts)/sizeof(X509V3_EXT_METHOD *))