Fix broken build, caused by c++ style comment in c code.

This commit is contained in:
nelsonb%netscape.com 2006-01-28 02:38:07 +00:00
Родитель 3360534c6e
Коммит e4ed0ba860
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -45,6 +45,7 @@
#include "secoidt.h"
#include "keythi.h"
#include "ec.h"
#include "pqgutil.h"
#if 0
#include "../../lib/freebl/mpi/mpi.h"
#endif
@ -3587,7 +3588,7 @@ dsa_sigver_test(char *reqfn)
"and 1024, inclusive");
goto loser;
}
//calculate the size of p, g, and y then allocate items
/* calculate the size of p, g, and y then allocate items */
pgySize = modulus/8;
SECITEM_AllocItem(NULL, &pubkey.params.prime, pgySize);
SECITEM_AllocItem(NULL, &pubkey.params.base, pgySize);