зеркало из https://github.com/mozilla/pjs.git
Bug 161316: make pk11pqg.h C++ safe.
This commit is contained in:
Родитель
47bff8e7da
Коммит
fdc9a20ee8
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче