mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 09:19:28 +00:00
Typo broke the build.
This commit is contained in:
parent
9371934360
commit
db2c849db7
@ -191,7 +191,7 @@ PK11_ImportDERPrivateKeyInfo(PK11SlotInfo *slot, SECItem *derPKI,
|
||||
SECItem *nickname, SECItem *publicValue, PRBool isPerm,
|
||||
PRBool isPrivate, unsigned int keyUsage, void *wincx)
|
||||
{
|
||||
return PK11_ImportDERPrivateKeyAndReturnKey(slot, derPKI,
|
||||
return PK11_ImportDERPrivateKeyInfoAndReturnKey(slot, derPKI,
|
||||
nickname, publicValue, isPerm, isPrivate, keyUsage, NULL, wincx);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user