mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-02 20:42:49 +00:00
Bug 161316: make pk11pqg.h C++ safe.
This commit is contained in:
parent
b3b70c6988
commit
fdc41cd064
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user