summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/asn1.h
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2006-01-08 21:54:24 +0000
committerBodo Möller <bodo@openssl.org>2006-01-08 21:54:24 +0000
commit51eb1b81f6970312e6324ed9cdad6ccb7758f633 (patch)
tree129880aa253def2d6cf46b26c072c12a72f70724 /crypto/asn1/asn1.h
parent2adc42e43e7a4a96c40eecd378225b4838d28d99 (diff)
Avoid contradictive error code assignments.
"make errors".
Diffstat (limited to 'crypto/asn1/asn1.h')
-rw-r--r--crypto/asn1/asn1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/asn1/asn1.h b/crypto/asn1/asn1.h
index 87b022be53..b06578cf59 100644
--- a/crypto/asn1/asn1.h
+++ b/crypto/asn1/asn1.h
@@ -1070,7 +1070,7 @@ void ERR_load_ASN1_strings(void);
#define ASN1_F_ASN1_I2D_FP 117
#define ASN1_F_ASN1_INTEGER_SET 118
#define ASN1_F_ASN1_INTEGER_TO_BN 119
-#define ASN1_F_ASN1_ITEM_D2I_FP 190
+#define ASN1_F_ASN1_ITEM_D2I_FP 206
#define ASN1_F_ASN1_ITEM_DUP 191
#define ASN1_F_ASN1_ITEM_EX_COMBINE_NEW 121
#define ASN1_F_ASN1_ITEM_EX_D2I 120