ncrypt: Fix the spelling of a FIXME() message.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
510cfd2762
commit
8a5140e385
|
@ -171,7 +171,7 @@ SECURITY_STATUS WINAPI NCryptCreatePersistedKey(NCRYPT_PROV_HANDLE provider, NCR
|
|||
|
||||
if (!provider) return NTE_INVALID_HANDLE;
|
||||
if (!algid) return HRESULT_FROM_WIN32(RPC_X_NULL_REF_POINTER);
|
||||
if (name) FIXME("Persistant keys not supported\n");
|
||||
if (name) FIXME("Persistent keys are not supported\n");
|
||||
|
||||
if (!lstrcmpiW(algid, BCRYPT_RSA_ALGORITHM))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue