Little typo.
This commit is contained in:
parent
cc015c48db
commit
f18ef82a9f
1 changed files with 1 additions and 1 deletions
|
@ -400,7 +400,7 @@ static int hwcrhk_init()
|
|||
goto err;
|
||||
}
|
||||
/* Everything's fine. */
|
||||
if (hdnidx == -1)
|
||||
if (hndidx == -1)
|
||||
hndidx = RSA_get_ex_new_index(0,
|
||||
"nFast HWCryptoHook RSA key handle",
|
||||
NULL, NULL, hwcrhk_ex_free);
|
||||
|
|
Loading…
Reference in a new issue