summaryrefslogtreecommitdiff
path: root/lib/pkcs7
diff options
context:
space:
mode:
authorCosmin Truta <ctruta@magicleap.com>2018-09-14 12:33:57 +0200
committerCosmin Truta <ctruta@magicleap.com>2018-09-14 12:33:57 +0200
commit4005c19a5cbb3488719026a8efeb8220a9fd6f74 (patch)
tree4607f55434e1b80fd3f5d8e08bb78002a71362af /lib/pkcs7
parent02e73665c433efa93c00943b08e1ea5a06541a98 (diff)
downloadnss-hg-4005c19a5cbb3488719026a8efeb8220a9fd6f74.tar.gz
Bug 1480647 - Warn about deprecation of key.h and keyt.h. Include keyhi.h instead of key.h, and keythi.h instead of keyt.h. r=rrelyea
Diffstat (limited to 'lib/pkcs7')
-rw-r--r--lib/pkcs7/p7decode.c2
-rw-r--r--lib/pkcs7/secmime.c2
-rw-r--r--lib/pkcs7/secpkcs7.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/pkcs7/p7decode.c b/lib/pkcs7/p7decode.c
index ba51955ab..641d201e5 100644
--- a/lib/pkcs7/p7decode.c
+++ b/lib/pkcs7/p7decode.c
@@ -16,7 +16,7 @@
/* include should be removed! */
/*#include "cdbhdl.h" */
#include "cryptohi.h"
-#include "key.h"
+#include "keyhi.h"
#include "secasn1.h"
#include "secitem.h"
#include "secoid.h"
diff --git a/lib/pkcs7/secmime.c b/lib/pkcs7/secmime.c
index ca1046aa5..8a4afe45b 100644
--- a/lib/pkcs7/secmime.c
+++ b/lib/pkcs7/secmime.c
@@ -14,7 +14,7 @@
#include "secasn1.h"
#include "secitem.h"
#include "cert.h"
-#include "key.h"
+#include "keyhi.h"
#include "secerr.h"
typedef struct smime_cipher_map_struct {
diff --git a/lib/pkcs7/secpkcs7.h b/lib/pkcs7/secpkcs7.h
index 78270bd15..4a88df1df 100644
--- a/lib/pkcs7/secpkcs7.h
+++ b/lib/pkcs7/secpkcs7.h
@@ -13,7 +13,7 @@
#include "secoidt.h"
#include "certt.h"
-#include "keyt.h"
+#include "keythi.h"
#include "hasht.h"
#include "pkcs7t.h"