fix spelling of PK11_PQG_GenSeed*()

This commit is contained in:
relyea%netscape.com 2001-06-07 21:52:07 +00:00
Родитель 2bdd1e95a0
Коммит cb83c37391
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -51,7 +51,7 @@ PK11_PQG_ParamGen(unsigned int j, PQGParams **pParams, PQGVerify **pVfy) {
* seedBbytes must be in the range [20..255] or an error will result.
*/
extern SECStatus
PK11_QG_ParamGenSeedLen( unsigned int j, unsigned int seedBytes,
PK11_PQG_ParamGenSeedLen( unsigned int j, unsigned int seedBytes,
PQGParams **pParams, PQGVerify **pVfy) {
return PQG_ParamGenSeedLen(j, seedBytes, pParams, pVfy);
}

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

@ -52,7 +52,7 @@ extern SECStatus PK11_PQG_ParamGen(unsigned int j, PQGParams **pParams,
* Length of SEED in bytes specified in seedBytes.
* seedBbytes must be in the range [20..255] or an error will result.
*/
extern SECStatus PK11_QG_ParamGenSeedLen( unsigned int j,
extern SECStatus PK11_PQG_ParamGenSeedLen( unsigned int j,
unsigned int seedBytes, PQGParams **pParams, PQGVerify **pVfy);
/* Test PQGParams for validity as DSS PQG values.