projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e20101
)
Update print macro properly this time...
author
Dr. Stephen Henson
<steve@openssl.org>
Sat, 3 Sep 2005 00:49:26 +0000
(
00:49
+0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Sat, 3 Sep 2005 00:49:26 +0000
(
00:49
+0000)
crypto/asn1/asn1t.h
patch
|
blob
|
history
diff --git
a/crypto/asn1/asn1t.h
b/crypto/asn1/asn1t.h
index 9c47b12d8af0701d1d400dcd5878c6bf73dc0ad1..3ad3906d8e750996afd17f231139744921c0b927 100644
(file)
--- 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_
e
x(BIO *out, stname *x, int indent, \
+ int fname##_print_
ct
x(BIO *out, stname *x, int indent, \
const ASN1_PCTX *pctx) \
{ \
return ASN1_item_print(out, (ASN1_VALUE *)x, indent, \