Juan Lang : cryptui: Default to exporting in DER format.

Alexandre Julliard julliard at winehq.org
Tue Jan 27 09:06:53 CST 2009


Module: wine
Branch: master
Commit: 116514618828c851c75853892f8d1f89c717cb22
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=116514618828c851c75853892f8d1f89c717cb22

Author: Juan Lang <juan.lang at gmail.com>
Date:   Sat Jan 24 11:46:56 2009 -0800

cryptui: Default to exporting in DER format.

---

 dlls/cryptui/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/cryptui/main.c b/dlls/cryptui/main.c
index 21c04e0..ca58a97 100644
--- a/dlls/cryptui/main.c
+++ b/dlls/cryptui/main.c
@@ -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;




More information about the wine-cvs mailing list