Bug 161316: make pk11pqg.h C++ safe.

This commit is contained in:
wtc%netscape.com 2002-08-06 18:31:35 +00:00
Родитель 47bff8e7da
Коммит fdc9a20ee8
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -40,6 +40,8 @@
#include "blapit.h"
#include "pqgutil.h"
SEC_BEGIN_PROTOS
/* Generate PQGParams and PQGVerify structs.
* Length of seed and length of h both equal length of P.
* All lengths are specified by "j", according to the table above.
@ -146,4 +148,6 @@ extern SECStatus PK11_PQG_GetSeedFromVerify(const PQGVerify *verify,
**************************************************************************/
extern SECStatus PK11_PQG_GetHFromVerify(const PQGVerify *verify, SECItem * h);
SEC_END_PROTOS
#endif