From e8f93a484d9640c8c439e46a42cb878d7c2ea1de Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Wed, 16 Aug 2006 05:56:52 +0000 Subject: Rewrite address extention path validation to work bottom up, using cached extensions. svn path=/openssl/trunk/crypto/x509v3/v3_addr.c; revision=159 --- openssl/trunk/crypto/x509v3/x509v3.h | 1 + 1 file changed, 1 insertion(+) (limited to 'openssl/trunk/crypto/x509v3/x509v3.h') diff --git a/openssl/trunk/crypto/x509v3/x509v3.h b/openssl/trunk/crypto/x509v3/x509v3.h index ee642a44..44faf17f 100644 --- a/openssl/trunk/crypto/x509v3/x509v3.h +++ b/openssl/trunk/crypto/x509v3/x509v3.h @@ -788,6 +788,7 @@ void ERR_load_X509V3_strings(void); #define X509V3_F_V2I_POLICY_CONSTRAINTS 146 #define X509V3_F_V2I_POLICY_MAPPINGS 145 #define X509V3_F_V2I_SUBJECT_ALT 154 +#define X509V3_F_V3_ADDR_VALIDATE_PATH 160 #define X509V3_F_V3_GENERIC_EXTENSION 116 #define X509V3_F_X509V3_ADD1_I2D 140 #define X509V3_F_X509V3_ADD_VALUE 105 -- cgit v1.2.3