aboutsummaryrefslogtreecommitdiff
path: root/openssl/trunk/crypto/x509
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/trunk/crypto/x509')
-rw-r--r--openssl/trunk/crypto/x509/x509.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openssl/trunk/crypto/x509/x509.h b/openssl/trunk/crypto/x509/x509.h
index 66990ae5..16d7bbf5 100644
--- a/openssl/trunk/crypto/x509/x509.h
+++ b/openssl/trunk/crypto/x509/x509.h
@@ -288,6 +288,8 @@ struct x509_st
ASN1_OCTET_STRING *skid;
struct AUTHORITY_KEYID_st *akid;
X509_POLICY_CACHE *policy_cache;
+ STACK_OF(IPAddressFamily) *rfc3779_addr;
+ struct ASIdentifiers_st *rfc3779_asid;
#ifndef OPENSSL_NO_SHA
unsigned char sha1_hash[SHA_DIGEST_LENGTH];
#endif