diff options
author | Rob Austein <sra@hactrn.net> | 2006-07-20 20:00:30 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2006-07-20 20:00:30 +0000 |
commit | 24a1707e33dc7fdbc623c72093a8561adbe2e8b3 (patch) | |
tree | 34ec635a2c6f67f0b39b9e01dbd4a561eef5019f /openssl/trunk/crypto/x509v3/v3_asid.h | |
parent | 53025c43030ad66f05c497190e6ac491c79ef3c0 (diff) |
Start IPAddrBlocks, clean up some lingering typos in ASIdentifiers.
svn path=/openssl/trunk/crypto/x509v3/v3_addr.c; revision=28
Diffstat (limited to 'openssl/trunk/crypto/x509v3/v3_asid.h')
-rw-r--r-- | openssl/trunk/crypto/x509v3/v3_asid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/trunk/crypto/x509v3/v3_asid.h b/openssl/trunk/crypto/x509v3/v3_asid.h index 2a409175..0f703a74 100644 --- a/openssl/trunk/crypto/x509v3/v3_asid.h +++ b/openssl/trunk/crypto/x509v3/v3_asid.h @@ -64,7 +64,7 @@ typedef struct ASIdentifiers_st { DECLARE_ASN1_FUNCTIONS(ASRange) DECLARE_ASN1_FUNCTIONS(ASIdOrRange) -DECLARE_ASN1_FUNCTIONS(ASIdentiferChoice) +DECLARE_ASN1_FUNCTIONS(ASIdentifierChoice) DECLARE_ASN1_FUNCTIONS(ASIdentifiers) #endif /* HEADER_V3_ASID_H */ |