summaryrefslogtreecommitdiff
path: root/lib/pk11wrap/pk11pbe.c
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/pk11wrap/pk11pbe.c
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/pk11wrap/pk11pbe.c')
-rw-r--r--lib/pk11wrap/pk11pbe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pk11wrap/pk11pbe.c b/lib/pk11wrap/pk11pbe.c
index 5f68f399e..4b6645578 100644
--- a/lib/pk11wrap/pk11pbe.c
+++ b/lib/pk11wrap/pk11pbe.c
@@ -23,7 +23,7 @@
#include "pkcs11.h"
#include "pk11func.h"
#include "secitem.h"
-#include "key.h"
+#include "keyhi.h"
typedef struct SEC_PKCS5PBEParameterStr SEC_PKCS5PBEParameter;
struct SEC_PKCS5PBEParameterStr {