diff options
author | Bodo Möller <bodo@openssl.org> | 2006-01-08 21:54:24 +0000 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 2006-01-08 21:54:24 +0000 |
commit | 51eb1b81f6970312e6324ed9cdad6ccb7758f633 (patch) | |
tree | 129880aa253def2d6cf46b26c072c12a72f70724 /crypto/asn1 | |
parent | 2adc42e43e7a4a96c40eecd378225b4838d28d99 (diff) | |
download | openssl-new-51eb1b81f6970312e6324ed9cdad6ccb7758f633.tar.gz |
Avoid contradictive error code assignments.
"make errors".
Diffstat (limited to 'crypto/asn1')
-rw-r--r-- | crypto/asn1/asn1.h | 2 |
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 |