diff options
author | Rob Austein <sra@hactrn.net> | 2006-09-13 03:50:51 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2006-09-13 03:50:51 +0000 |
commit | ad0cb33f63fce6a1c4b9a8364b6ddbac92953f4e (patch) | |
tree | e1fdb4a537c2e1f5a252a3ae120f2d409b0232ad /openssl/trunk/crypto/x509/x509.h | |
parent | f3a285df3d9376236f42d64a88f01c00ad0907a3 (diff) |
Compile time conditionals, per Ben.
svn path=/openssl/trunk/Configure; revision=269
Diffstat (limited to 'openssl/trunk/crypto/x509/x509.h')
-rw-r--r-- | openssl/trunk/crypto/x509/x509.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openssl/trunk/crypto/x509/x509.h b/openssl/trunk/crypto/x509/x509.h index 16d7bbf5..efbc95f5 100644 --- a/openssl/trunk/crypto/x509/x509.h +++ b/openssl/trunk/crypto/x509/x509.h @@ -288,8 +288,10 @@ struct x509_st ASN1_OCTET_STRING *skid; struct AUTHORITY_KEYID_st *akid; X509_POLICY_CACHE *policy_cache; +#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 |