Add RFC 3779 support.
[openssl.git] / crypto / x509 / x509.h
index 40d94012f31c41db04ed1378427517857485f57b..b70a008b85ab49caefd7d02db869febd6644812a 100644 (file)
@@ -291,6 +291,10 @@ struct x509_st
        AUTHORITY_KEYID *akid;
        X509_POLICY_CACHE *policy_cache;
        STACK_OF(DIST_POINT) *crldp;
+#ifdef OPENSSL_RFC3779
+       STACK_OF(IPAddressFamily) *rfc3779_addr;
+       struct ASIdentifiers_st *rfc3779_asid;
+#endif
 #ifndef OPENSSL_NO_SHA
        unsigned char sha1_hash[SHA_DIGEST_LENGTH];
 #endif