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

cryptui: Default to exporting in DER format.

parent 53955c57
......@@ -6269,7 +6269,7 @@ static BOOL show_export_ui(DWORD dwFlags, HWND hwndParent,
data.pwszWizardTitle = pwszWizardTitle;
data.pExportInfo = pExportInfo;
data.contextInfo.dwSize = sizeof(data.contextInfo);
data.contextInfo.dwExportFormat = 0;
data.contextInfo.dwExportFormat = CRYPTUI_WIZ_EXPORT_FORMAT_DER;
data.contextInfo.fExportChain = FALSE;
data.contextInfo.fStrongEncryption = FALSE;
data.contextInfo.fExportPrivateKeys = FALSE;
......
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