summaryrefslogtreecommitdiff
path: root/security/nss/lib/pk11wrap/pk11func.h
diff options
context:
space:
mode:
authorian.mcgreer%sun.com <devnull@localhost>2001-10-11 16:32:34 +0000
committerian.mcgreer%sun.com <devnull@localhost>2001-10-11 16:32:34 +0000
commitde2d3820b8a14945df53e44d74260a1b4c326436 (patch)
treedad6015908897d30e205c110ce9b52d0da535739 /security/nss/lib/pk11wrap/pk11func.h
parentbb4640d4df6dc030fcfc0d79c1eec697c0f4f340 (diff)
downloadnss-hg-de2d3820b8a14945df53e44d74260a1b4c326436.tar.gz
begin process of converting pk11cert to use Stan cert code; Stan tokens integrated with SECMOD
Diffstat (limited to 'security/nss/lib/pk11wrap/pk11func.h')
-rw-r--r--security/nss/lib/pk11wrap/pk11func.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/security/nss/lib/pk11wrap/pk11func.h b/security/nss/lib/pk11wrap/pk11func.h
index 0a7c27812..3679a0add 100644
--- a/security/nss/lib/pk11wrap/pk11func.h
+++ b/security/nss/lib/pk11wrap/pk11func.h
@@ -47,6 +47,11 @@
#include "pkcs7t.h"
#include "cmsreclist.h"
+#ifndef NSS_3_4_CODE
+#define NSS_3_4_CODE
+#endif /* NSS_3_4_CODE */
+#include "nssdevt.h"
+
SEC_BEGIN_PROTOS
/************************************************************
@@ -91,6 +96,7 @@ void PK11_EnterSlotMonitor(PK11SlotInfo *);
void PK11_ExitSlotMonitor(PK11SlotInfo *);
void PK11_CleanKeyList(PK11SlotInfo *slot);
+void PK11Slot_SetNSSToken(PK11SlotInfo *slot, NSSToken *token);
/************************************************************