diff options
author | Rob Austein <sra@hactrn.net> | 2006-08-04 05:42:06 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2006-08-04 05:42:06 +0000 |
commit | 051fc5c3971f0beedc136537551ba10f7e04c9b3 (patch) | |
tree | 7e560ae927ca19bfbf071cc0c90a3797f9870283 /openssl | |
parent | c1123c0586d9fcb6c26193f5663019fab5d9b960 (diff) |
regen
svn path=/openssl/trunk/crypto/x509v3/v3err.c; revision=140
Diffstat (limited to 'openssl')
-rw-r--r-- | openssl/trunk/crypto/x509v3/v3err.c | 1 | ||||
-rw-r--r-- | openssl/trunk/crypto/x509v3/x509v3.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/openssl/trunk/crypto/x509v3/v3err.c b/openssl/trunk/crypto/x509v3/v3err.c index aef663f3..50bc6bd4 100644 --- a/openssl/trunk/crypto/x509v3/v3err.c +++ b/openssl/trunk/crypto/x509v3/v3err.c @@ -70,6 +70,7 @@ static ERR_STRING_DATA X509V3_str_functs[]= { +{ERR_FUNC(X509V3_F_ASID_IS_CANONICAL), "ASID_IS_CANONICAL"}, {ERR_FUNC(X509V3_F_COPY_EMAIL), "COPY_EMAIL"}, {ERR_FUNC(X509V3_F_COPY_ISSUER), "COPY_ISSUER"}, {ERR_FUNC(X509V3_F_DO_DIRNAME), "DO_DIRNAME"}, diff --git a/openssl/trunk/crypto/x509v3/x509v3.h b/openssl/trunk/crypto/x509v3/x509v3.h index 55754488..aaeadec7 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_IS_CANONICAL 158 #define X509V3_F_COPY_EMAIL 122 #define X509V3_F_COPY_ISSUER 123 #define X509V3_F_DO_DIRNAME 144 |