Bugzilla bug 94685: fixed compiler warnings.

This commit is contained in:
wtc%netscape.com 2001-08-24 03:52:23 +00:00
Родитель ef9709b219
Коммит c4185eef2e
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -78,7 +78,7 @@ extern SECKEYPrivateKey *CERTUTIL_GeneratePrivateKey(KeyType keytype,
char *noise,
SECKEYPublicKey **pubkeyp,
char *pqgFile,
char *passFile);
secuPWData *pwdata);
static char *progName;
@ -842,7 +842,6 @@ SECStatus
secu_PrintKeyFromCert(CERTCertificate *cert, void *data)
{
FILE *out;
char *name;
SECKEYPrivateKey *key;
out = (FILE *)data;