summaryrefslogtreecommitdiff
path: root/security/nss/lib/pk11wrap/pk11skey.c
diff options
context:
space:
mode:
authorwchang0222%aol.com <devnull@localhost>2003-12-19 23:29:43 +0000
committerwchang0222%aol.com <devnull@localhost>2003-12-19 23:29:43 +0000
commit6106ae96ab6cc4f5ea25ca95191f6d1a8a71d501 (patch)
tree221e0c25c4a25b81aaa247184b4734464b2c7e7b /security/nss/lib/pk11wrap/pk11skey.c
parente1d62e340ab8e1c7755663b8ac0922fec70d4787 (diff)
downloadnss-hg-6106ae96ab6cc4f5ea25ca95191f6d1a8a71d501.tar.gz
PK11_MoveKey was renamed PK11_MoveSymKey. r=relyea.
Modified Files: symkeyutil.c nss.def pk11func.h pk11skey.c
Diffstat (limited to 'security/nss/lib/pk11wrap/pk11skey.c')
-rw-r--r--security/nss/lib/pk11wrap/pk11skey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/lib/pk11wrap/pk11skey.c b/security/nss/lib/pk11wrap/pk11skey.c
index 062a22f4a..2cb2c8d29 100644
--- a/security/nss/lib/pk11wrap/pk11skey.c
+++ b/security/nss/lib/pk11wrap/pk11skey.c
@@ -1428,7 +1428,7 @@ pk11_ForceSlot(PK11SymKey *symKey,CK_MECHANISM_TYPE type,
}
PK11SymKey *
-PK11_MoveKey(PK11SlotInfo *slot, CK_ATTRIBUTE_TYPE operation,
+PK11_MoveSymKey(PK11SlotInfo *slot, CK_ATTRIBUTE_TYPE operation,
CK_FLAGS flags, PRBool perm, PK11SymKey *symKey)
{
if (symKey->slot == slot) {