summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrelyea%netscape.com <devnull@localhost>2001-09-28 00:46:31 +0000
committerrelyea%netscape.com <devnull@localhost>2001-09-28 00:46:31 +0000
commit08411552f1be4e9fab5269e8f824c361cde65d98 (patch)
tree809e95752b27b4ced82d62a29eedee397dd1df12
parentcdb513037e1f3aff309c2bb1079ef6c7224e90e8 (diff)
downloadnss-hg-08411552f1be4e9fab5269e8f824c361cde65d98.tar.gz
Adjust headers to things still compile.
-rw-r--r--security/nss/lib/softoken/fipstokn.c3
-rw-r--r--security/nss/lib/softoken/pk11db.c1
-rw-r--r--security/nss/lib/softoken/pk11pars.h4
3 files changed, 5 insertions, 3 deletions
diff --git a/security/nss/lib/softoken/fipstokn.c b/security/nss/lib/softoken/fipstokn.c
index 935547e63..909e8c167 100644
--- a/security/nss/lib/softoken/fipstokn.c
+++ b/security/nss/lib/softoken/fipstokn.c
@@ -48,7 +48,8 @@
*/
#include "seccomon.h"
#include "softoken.h"
-#include "key.h"
+#include "lowkeyi.h"
+#include "pcert.h"
#include "pkcs11.h"
#include "pkcs11i.h"
diff --git a/security/nss/lib/softoken/pk11db.c b/security/nss/lib/softoken/pk11db.c
index ee0e94d0e..d5a4a7b0c 100644
--- a/security/nss/lib/softoken/pk11db.c
+++ b/security/nss/lib/softoken/pk11db.c
@@ -38,6 +38,7 @@
#include "pk11pars.h"
#include "pkcs11i.h"
+#include "mcom_db.h"
#define FREE_CLEAR(p) if (p) { PORT_Free(p); p = NULL; }
diff --git a/security/nss/lib/softoken/pk11pars.h b/security/nss/lib/softoken/pk11pars.h
index 7710820ab..683e4f02d 100644
--- a/security/nss/lib/softoken/pk11pars.h
+++ b/security/nss/lib/softoken/pk11pars.h
@@ -45,8 +45,8 @@
#include "pkcs11.h"
#include "seccomon.h"
#include "prprf.h"
-#include "secmod.h"
-#include "secmodi.h"
+#include "secmodt.h"
+#include "secmodti.h"
#define PK11_ARG_LIBRARY_PARAMETER "library="
#define PK11_ARG_NAME_PARAMETER "name="