diff options
Diffstat (limited to 'src/crypto/asn1/tasn_utl.c')
-rw-r--r-- | src/crypto/asn1/tasn_utl.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/crypto/asn1/tasn_utl.c b/src/crypto/asn1/tasn_utl.c index 960cdbb..ff3764e 100644 --- a/src/crypto/asn1/tasn_utl.c +++ b/src/crypto/asn1/tasn_utl.c @@ -260,7 +260,8 @@ const ASN1_TEMPLATE *asn1_do_adb(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt, err: /* FIXME: should log the value or OID of unsupported type */ if (nullerr) { - OPENSSL_PUT_ERROR(ASN1, ASN1_R_UNSUPPORTED_ANY_DEFINED_BY_TYPE); + OPENSSL_PUT_ERROR(ASN1, asn1_do_adb, + ASN1_R_UNSUPPORTED_ANY_DEFINED_BY_TYPE); } return NULL; } |