summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/asn1t.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2005-09-03 00:48:13 +0000
committerDr. Stephen Henson <steve@openssl.org>2005-09-03 00:48:13 +0000
commit9e201014f8818edd00dee923f3066c9c3a5c2b89 (patch)
tree697065834563ffb3d99296aae6bd01e6113f011d /crypto/asn1/asn1t.h
parent0c072a0b46648466670c0b70c5998ffbf7a84725 (diff)
Update ASN1 print implement macro.
Diffstat (limited to 'crypto/asn1/asn1t.h')
-rw-r--r--crypto/asn1/asn1t.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/asn1/asn1t.h b/crypto/asn1/asn1t.h
index 65bacecdb9..9c47b12d8a 100644
--- a/crypto/asn1/asn1t.h
+++ b/crypto/asn1/asn1t.h
@@ -846,7 +846,7 @@ typedef struct ASN1_PRINT_ARG_st {
IMPLEMENT_ASN1_PRINT_FUNCTION_fname(stname, stname, stname)
#define IMPLEMENT_ASN1_PRINT_FUNCTION_fname(stname, itname, fname) \
- int fname##_print(BIO *out, stname *x, int indent, \
+ int fname##_print_ex(BIO *out, stname *x, int indent, \
const ASN1_PCTX *pctx) \
{ \
return ASN1_item_print(out, (ASN1_VALUE *)x, indent, \