Commit 67478652 authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

rsaenh: Also write a key's permissions when it's being stored to the registry.

parent 2edda720
......@@ -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);
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment