1 |
/* wptSymEnc.cpp - Symmetric encryption support |
/* wptSymEnc.cpp - Symmetric encryption support |
2 |
* Copyright (C) 2002, 2003, 2004, 2005 Timo Schulz |
* Copyright (C) 2002, 2003, 2004, 2005, 2006 Timo Schulz |
3 |
* |
* |
4 |
* This file is part of WinPT. |
* This file is part of WinPT. |
5 |
* |
* |
69 |
char *pass = NULL; |
char *pass = NULL; |
70 |
int cancel = 0; |
int cancel = 0; |
71 |
|
|
72 |
pass = request_passphrase2 (_("Symmetric Encryption"), 0, &cancel); |
pass = request_passphrase2 (_("Symmetric Encryption"), |
73 |
|
PASSDLG_NOTEMPTY, &cancel); |
74 |
if (cancel) |
if (cancel) |
75 |
return 0; |
return 0; |
76 |
rc = gpgme_new (&ctx); |
rc = gpgme_new (&ctx); |