mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
rsaenh: Also write a key's permissions when it's being stored to the registry.
This commit is contained in:
parent
2edda7208f
commit
674786527a
@ -2606,7 +2606,10 @@ static void release_and_install_key(HCRYPTPROV hProv, HCRYPTKEY src,
|
||||
|
||||
if (lookup_handle(&handle_table, hProv, RSAENH_MAGIC_CONTAINER,
|
||||
(OBJECTHDR**)&pKeyContainer))
|
||||
{
|
||||
store_key_container_keys(pKeyContainer);
|
||||
store_key_container_permissions(pKeyContainer);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user