summaryrefslogtreecommitdiff
path: root/crypto/asn1/tasn_prn.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-07-31 09:15:52 +0000
committerRichard Levitte <levitte@openssl.org>2001-07-31 09:15:52 +0000
commitdbfc0f8c2b2d9f122acc246c67cf1150bf3d144f (patch)
treee831d0cd61b733edc4e034bef0909f61cbd834dd /crypto/asn1/tasn_prn.c
parent3728974460717c4523d2d81508d8aeb87e7f61b8 (diff)
downloadopenssl-new-dbfc0f8c2b2d9f122acc246c67cf1150bf3d144f.tar.gz
Vade retro C++ comments!
(Latin for "comments", anyone?)
Diffstat (limited to 'crypto/asn1/tasn_prn.c')
-rw-r--r--crypto/asn1/tasn_prn.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/crypto/asn1/tasn_prn.c b/crypto/asn1/tasn_prn.c
index a0c71ea992..fab67ae5ac 100644
--- a/crypto/asn1/tasn_prn.c
+++ b/crypto/asn1/tasn_prn.c
@@ -134,7 +134,9 @@ static int asn1_item_print_nm(BIO *out, void *fld, int indent, const ASN1_ITEM *
int ASN1_template_print(BIO *out, void *fld, int indent, const ASN1_TEMPLATE *tt)
{
int i, flags;
- //if(!fld) return 0;
+#if 0
+ if(!fld) return 0;
+#endif
flags = tt->flags;
if(flags & ASN1_TFLG_SK_MASK) {
char *tname;