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:
69deec5
)
Please do not use C++ comments in C code.
author
Richard Levitte
<levitte@openssl.org>
Sun, 6 Oct 2002 00:33:23 +0000
(
00:33
+0000)
committer
Richard Levitte
<levitte@openssl.org>
Sun, 6 Oct 2002 00:33:23 +0000
(
00:33
+0000)
crypto/asn1/tasn_enc.c
patch
|
blob
|
history
diff --git
a/crypto/asn1/tasn_enc.c
b/crypto/asn1/tasn_enc.c
index 33d6366e02c79bbacd5cd8a024bdfb6bed5fe42c..c604699e2f58cf7014dfcc09bdaa8eac75219566 100644
(file)
--- a/
crypto/asn1/tasn_enc.c
+++ b/
crypto/asn1/tasn_enc.c
@@
-185,7
+185,9
@@
int ASN1_item_ex_i2d(ASN1_VALUE **pval, unsigned char **out,
return i;
case ASN1_ITYPE_NDEF_SEQUENCE:
-//fprintf(stderr, "NDEF sequence from %s flags %d\n", it->sname, aclass & ASN1_TFLG_NDEF);
+#if 0
+fprintf(stderr, "NDEF sequence from %s flags %d\n", it->sname, aclass & ASN1_TFLG_NDEF);
+#endif
/* Use indefinite length constructed if requested */
if (aclass & ASN1_TFLG_NDEF) ndef = 2;
/* fall through */