diff options
Diffstat (limited to 'openssl/trunk/crypto/x509v3/v3_asid.h')
-rw-r--r-- | openssl/trunk/crypto/x509v3/v3_asid.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openssl/trunk/crypto/x509v3/v3_asid.h b/openssl/trunk/crypto/x509v3/v3_asid.h index 01891c93..2a409175 100644 --- a/openssl/trunk/crypto/x509v3/v3_asid.h +++ b/openssl/trunk/crypto/x509v3/v3_asid.h @@ -40,7 +40,7 @@ typedef struct ASIdOrRange_st { int type; union { ASN1_INTEGER *id; - ASRange *range; + ASRange *range; } u; } ASIdOrRange; @@ -53,7 +53,7 @@ DECLARE_STACK_OF(ASIdOrRange) typedef struct ASIdentifierChoice_st { int type; union { - ASN1_NULL *inherit; + ASN1_NULL *inherit; ASIdOrRanges *asIdsOrRanges; } u; } ASIdentifierChoice; |