diff options
author | Rob Austein <sra@hactrn.net> | 2006-08-04 06:56:20 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2006-08-04 06:56:20 +0000 |
commit | 1d332ee76eae0b1f0a1af63bc7d8ff0f764e073f (patch) | |
tree | f353adc64553aeb0b06b16620594a1c75791b3a3 /openssl/trunk/crypto/x509v3/x509v3.h | |
parent | 051fc5c3971f0beedc136537551ba10f7e04c9b3 (diff) |
Checkpoint
svn path=/openssl/trunk/crypto/x509v3/v3_addr.c; revision=141
Diffstat (limited to 'openssl/trunk/crypto/x509v3/x509v3.h')
-rw-r--r-- | openssl/trunk/crypto/x509v3/x509v3.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openssl/trunk/crypto/x509v3/x509v3.h b/openssl/trunk/crypto/x509v3/x509v3.h index aaeadec7..ee642a44 100644 --- a/openssl/trunk/crypto/x509v3/x509v3.h +++ b/openssl/trunk/crypto/x509v3/x509v3.h @@ -742,6 +742,7 @@ void ERR_load_X509V3_strings(void); /* Error codes for the X509V3 functions. */ /* Function codes. */ +#define X509V3_F_ASID_CANONIZE 159 #define X509V3_F_ASID_IS_CANONICAL 158 #define X509V3_F_COPY_EMAIL 122 #define X509V3_F_COPY_ISSUER 123 |