summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/asn1.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2005-09-03 00:40:40 +0000
committerDr. Stephen Henson <steve@openssl.org>2005-09-03 00:40:40 +0000
commitc11c64fbe0c0d3d8eb3bdbda368805dc58d55b90 (patch)
treec7666fdff760b7b942e51f0e43b87a5047e209dc /crypto/asn1/asn1.h
parentf022c177db230e49a4599795a6be2758f350f108 (diff)
Update to ASN1 printing code.
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 c8fb6fa01c..87b022be53 100644
--- a/crypto/asn1/asn1.h
+++ b/crypto/asn1/asn1.h
@@ -321,7 +321,7 @@ typedef struct ASN1_VALUE_st ASN1_VALUE;
DECLARE_ASN1_PRINT_FUNCTION_fname(stname, stname)
#define DECLARE_ASN1_PRINT_FUNCTION_fname(stname, fname) \
- int fname##_print(BIO *out, stname *x, int indent, \
+ int fname##_print_ctx(BIO *out, stname *x, int indent, \
const ASN1_PCTX *pctx);
#define D2I_OF(type) type *(*)(type **,const unsigned char **,long)