gcc chokes on C++ comments in C code.

This commit is contained in:
Richard Levitte 2002-02-16 11:57:25 +00:00
parent 5d7e960adf
commit cd64618674

View File

@ -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 ||