aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-02-16 11:57:25 +0000
committerRichard Levitte <levitte@openssl.org>2002-02-16 11:57:25 +0000
commitcd6461867484ef0fc3fdd1840e08027c6e526c12 (patch)
tree280ef3ce5fe089852f0bece8ea7080d2f0a4a98b /apps
parent5d7e960adf8758abec954f3b194d6ef45cd934c4 (diff)
downloadopenssl-cd6461867484ef0fc3fdd1840e08027c6e526c12.tar.gz
gcc chokes on C++ comments in C code.
Diffstat (limited to 'apps')
-rw-r--r--apps/ecdsaparam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/ecdsaparam.c b/apps/ecdsaparam.c
index c4436a7a22..9e9c1cb7cb 100644
--- a/apps/ecdsaparam.c
+++ b/apps/ecdsaparam.c
@@ -375,7 +375,7 @@ bad:
}
if (C)
- { // TODO : characteristic two
+ { /* TODO : characteristic two */
int l, len, bits_p;
if ((tmp_1 = BN_new()) == NULL || (tmp_2 = BN_new()) == NULL ||
(tmp_3 = BN_new()) == NULL || (tmp_4 = BN_new()) == NULL ||