summaryrefslogtreecommitdiffstats
path: root/src/crypto/asn1/a_bool.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/asn1/a_bool.c')
-rw-r--r--src/crypto/asn1/a_bool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/asn1/a_bool.c b/src/crypto/asn1/a_bool.c
index c30ee48..826bcf4 100644
--- a/src/crypto/asn1/a_bool.c
+++ b/src/crypto/asn1/a_bool.c
@@ -107,6 +107,6 @@ int d2i_ASN1_BOOLEAN(int *a, const unsigned char **pp, long length)
*pp=p;
return(ret);
err:
- OPENSSL_PUT_ERROR(ASN1, d2i_ASN1_BOOLEAN, i);
+ OPENSSL_PUT_ERROR(ASN1, i);
return(ret);
}