summaryrefslogtreecommitdiff
path: root/security/nss/lib/pk11wrap/pk11func.h
diff options
context:
space:
mode:
authorrelyea%netscape.com <devnull@localhost>2002-02-04 18:00:14 +0000
committerrelyea%netscape.com <devnull@localhost>2002-02-04 18:00:14 +0000
commit37d536606d89ae56afc9a60988fedf8f7db6e904 (patch)
treed47a941f7c9ca1857f1520ba5a9f65a2f3182c16 /security/nss/lib/pk11wrap/pk11func.h
parent9aeb2ac0ffabd5750b8aff463a6bf3ec12f3ee78 (diff)
downloadnss-hg-37d536606d89ae56afc9a60988fedf8f7db6e904.tar.gz
Function to read PQG params from the key.
Diffstat (limited to 'security/nss/lib/pk11wrap/pk11func.h')
-rw-r--r--security/nss/lib/pk11wrap/pk11func.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/nss/lib/pk11wrap/pk11func.h b/security/nss/lib/pk11wrap/pk11func.h
index e0b2cb886..b619e0f4d 100644
--- a/security/nss/lib/pk11wrap/pk11func.h
+++ b/security/nss/lib/pk11wrap/pk11func.h
@@ -374,6 +374,7 @@ SECKEYPrivateKeyList* PK11_ListPrivKeysInSlot(PK11SlotInfo *slot,
char *nickname, void *wincx);
SECKEYPublicKeyList* PK11_ListPublicKeysInSlot(PK11SlotInfo *slot,
char *nickname);
+SECKEYPQGParams *PK11_GetPQGParamsFromPrivateKey(SECKEYPrivateKey *privKey);
/* depricated */
SECKEYPrivateKeyList* PK11_ListPrivateKeysInSlot(PK11SlotInfo *slot);