summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtchang%redhat.com <devnull@localhost>2005-04-15 16:38:46 +0000
committerwtchang%redhat.com <devnull@localhost>2005-04-15 16:38:46 +0000
commitc10f089efd5d1e967fb2f102a96752957386f34a (patch)
tree4fc183f9e766c0dedbea4d59428286d74c23e3d7
parentf642542266d5a7b11a21bcc787ed424368c049ec (diff)
downloadnss-hg-c10f089efd5d1e967fb2f102a96752957386f34a.tar.gz
Bugzilla Bug 288095: removed unnecessary #include "alghmac.h". alghmac.h
and pkcs11i.h don't need to be exported to the outside of lib/softoken. r=relyea,nelsonb. Modified Files: pk11wrap/pk11pbe.c pkcs12/p12d.c pkcs12/p12e.c pkcs12/p12local.c softoken/manifest.mn
-rw-r--r--security/nss/lib/pk11wrap/pk11pbe.c1
-rw-r--r--security/nss/lib/pkcs12/p12d.c1
-rw-r--r--security/nss/lib/pkcs12/p12e.c1
-rw-r--r--security/nss/lib/pkcs12/p12local.c1
-rw-r--r--security/nss/lib/softoken/manifest.mn2
5 files changed, 0 insertions, 6 deletions
diff --git a/security/nss/lib/pk11wrap/pk11pbe.c b/security/nss/lib/pk11wrap/pk11pbe.c
index cbe5dcd35..1234af856 100644
--- a/security/nss/lib/pk11wrap/pk11pbe.c
+++ b/security/nss/lib/pk11wrap/pk11pbe.c
@@ -45,7 +45,6 @@
#include "secasn1.h"
#include "secder.h"
#include "secoid.h"
-#include "alghmac.h"
#include "secerr.h"
#include "secmod.h"
#include "pk11func.h"
diff --git a/security/nss/lib/pkcs12/p12d.c b/security/nss/lib/pkcs12/p12d.c
index e5af415aa..dd96e99bd 100644
--- a/security/nss/lib/pkcs12/p12d.c
+++ b/security/nss/lib/pkcs12/p12d.c
@@ -51,7 +51,6 @@
#include "pk11func.h"
#include "p12plcy.h"
#include "p12local.h"
-#include "alghmac.h"
#include "secder.h"
#include "secport.h"
diff --git a/security/nss/lib/pkcs12/p12e.c b/security/nss/lib/pkcs12/p12e.c
index f7c4dd281..650fd175c 100644
--- a/security/nss/lib/pkcs12/p12e.c
+++ b/security/nss/lib/pkcs12/p12e.c
@@ -49,7 +49,6 @@
#include "pk11func.h"
#include "p12plcy.h"
#include "p12local.h"
-#include "alghmac.h"
#include "prcpucfg.h"
/*
diff --git a/security/nss/lib/pkcs12/p12local.c b/security/nss/lib/pkcs12/p12local.c
index 06715686e..346038333 100644
--- a/security/nss/lib/pkcs12/p12local.c
+++ b/security/nss/lib/pkcs12/p12local.c
@@ -45,7 +45,6 @@
#include "secerr.h"
#include "pk11func.h"
#include "p12local.h"
-#include "alghmac.h"
#include "p12.h"
#define SALT_LENGTH 16
diff --git a/security/nss/lib/softoken/manifest.mn b/security/nss/lib/softoken/manifest.mn
index b21d5fb0e..57f2b273b 100644
--- a/security/nss/lib/softoken/manifest.mn
+++ b/security/nss/lib/softoken/manifest.mn
@@ -57,9 +57,7 @@ EXPORTS = \
$(NULL)
PRIVATE_EXPORTS = \
- alghmac.h \
pk11pars.h \
- pkcs11i.h \
$(NULL)
CSRCS = \