aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/asn1.err
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-02-09 01:29:37 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-02-09 01:29:37 +0000
commitbceacf938f07f84ecd2c0f2ad42b1ff90f34f93b (patch)
treeb51771101152e30447f5af89cc89698203db23f6 /crypto/asn1/asn1.err
parent068197a70ca2f3a16a5cc71ef164ef54a31e63e5 (diff)
downloadopenssl-bceacf938f07f84ecd2c0f2ad42b1ff90f34f93b.tar.gz
Support for ASN1 ENUMERATED type. This copies and duplicates the ASN1_INTEGER
code and adds support to ASN1_TYPE and asn1parse.
Diffstat (limited to 'crypto/asn1/asn1.err')
-rw-r--r--crypto/asn1/asn1.err5
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/asn1/asn1.err b/crypto/asn1/asn1.err
index 2aa311ff3c..a9c631bd4d 100644
--- a/crypto/asn1/asn1.err
+++ b/crypto/asn1/asn1.err
@@ -8,6 +8,8 @@
#define ASN1_F_ASN1_D2I_BIO 104
#define ASN1_F_ASN1_D2I_FP 105
#define ASN1_F_ASN1_DUP 106
+#define ASN1_F_ASN1_ENUMERATED_SET 232
+#define ASN1_F_ASN1_ENUMERATED_TO_BN 233
#define ASN1_F_ASN1_GENERALIZEDTIME_NEW 222
#define ASN1_F_ASN1_GET_OBJECT 107
#define ASN1_F_ASN1_HEADER_NEW 108
@@ -25,11 +27,13 @@
#define ASN1_F_ASN1_UTCTIME_NEW 120
#define ASN1_F_ASN1_VERIFY 121
#define ASN1_F_BASIC_CONSTRAINTS_NEW 226
+#define ASN1_F_BN_TO_ASN1_ENUMERATED 234
#define ASN1_F_BN_TO_ASN1_INTEGER 122
#define ASN1_F_D2I_ASN1_BIT_STRING 123
#define ASN1_F_D2I_ASN1_BMPSTRING 124
#define ASN1_F_D2I_ASN1_BOOLEAN 125
#define ASN1_F_D2I_ASN1_BYTES 126
+#define ASN1_F_D2I_ASN1_ENUMERATED 235
#define ASN1_F_D2I_ASN1_GENERALIZEDTIME 223
#define ASN1_F_D2I_ASN1_HEADER 127
#define ASN1_F_D2I_ASN1_INTEGER 128
@@ -148,6 +152,7 @@
#define ASN1_R_DATA_IS_WRONG 110
#define ASN1_R_DECODING_ERROR 111
#define ASN1_R_ERROR_PARSING_SET_ELEMENT 112
+#define ASN1_R_EXPECTING_AN_ENUMERATED 154
#define ASN1_R_EXPECTING_AN_INTEGER 113
#define ASN1_R_EXPECTING_AN_OBJECT 114
#define ASN1_R_EXPECTING_AN_OCTET_STRING 115