diff options
author | Richard Levitte <levitte@openssl.org> | 2001-07-31 11:15:52 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2001-07-31 11:15:52 +0200 |
commit | dbfc0f8c2b2d9f122acc246c67cf1150bf3d144f (patch) | |
tree | e831d0cd61b733edc4e034bef0909f61cbd834dd /crypto/asn1 | |
parent | Make as sure as possible that gethostname() will be properly declared. (diff) | |
download | openssl-dbfc0f8c2b2d9f122acc246c67cf1150bf3d144f.tar.xz openssl-dbfc0f8c2b2d9f122acc246c67cf1150bf3d144f.zip |
Vade retro C++ comments!
(Latin for "comments", anyone?)
Diffstat (limited to 'crypto/asn1')
-rw-r--r-- | crypto/asn1/tasn_prn.c | 4 |
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; |