diff options
Diffstat (limited to 'src/lib/libcrypto/x509v3/x509v3.h')
-rw-r--r-- | src/lib/libcrypto/x509v3/x509v3.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/lib/libcrypto/x509v3/x509v3.h b/src/lib/libcrypto/x509v3/x509v3.h index fe01755797..96ceb7c4fb 100644 --- a/src/lib/libcrypto/x509v3/x509v3.h +++ b/src/lib/libcrypto/x509v3/x509v3.h | |||
@@ -179,8 +179,8 @@ union { | |||
179 | } GENERAL_NAME; | 179 | } GENERAL_NAME; |
180 | 180 | ||
181 | typedef struct ACCESS_DESCRIPTION_st { | 181 | typedef struct ACCESS_DESCRIPTION_st { |
182 | ASN1_OBJECT *method; | 182 | ASN1_OBJECT *method; |
183 | GENERAL_NAME *location; | 183 | GENERAL_NAME *location; |
184 | } ACCESS_DESCRIPTION; | 184 | } ACCESS_DESCRIPTION; |
185 | 185 | ||
186 | DECLARE_STACK_OF(GENERAL_NAME) | 186 | DECLARE_STACK_OF(GENERAL_NAME) |
@@ -344,9 +344,10 @@ typedef struct x509_purpose_st { | |||
344 | #define X509_PURPOSE_SMIME_SIGN 4 | 344 | #define X509_PURPOSE_SMIME_SIGN 4 |
345 | #define X509_PURPOSE_SMIME_ENCRYPT 5 | 345 | #define X509_PURPOSE_SMIME_ENCRYPT 5 |
346 | #define X509_PURPOSE_CRL_SIGN 6 | 346 | #define X509_PURPOSE_CRL_SIGN 6 |
347 | #define X509_PURPOSE_ANY 7 | ||
347 | 348 | ||
348 | #define X509_PURPOSE_MIN 1 | 349 | #define X509_PURPOSE_MIN 1 |
349 | #define X509_PURPOSE_MAX 6 | 350 | #define X509_PURPOSE_MAX 7 |
350 | 351 | ||
351 | DECLARE_STACK_OF(X509_PURPOSE) | 352 | DECLARE_STACK_OF(X509_PURPOSE) |
352 | 353 | ||