17 |
* along with this program; if not, write to the Free Software |
* along with this program; if not, write to the Free Software |
18 |
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA |
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA |
19 |
*/ |
*/ |
20 |
|
|
21 |
#ifdef HAVE_CONFIG_H |
#ifdef HAVE_CONFIG_H |
22 |
#include <config.h> |
#include <config.h> |
23 |
#endif |
#endif |
28 |
#include <malloc.h> |
#include <malloc.h> |
29 |
#include <ctype.h> |
#include <ctype.h> |
30 |
#include <assert.h> |
#include <assert.h> |
31 |
|
#include <gpgme.h> |
32 |
|
|
|
#include "w32gpgme.h" |
|
33 |
#include "wptKeyCache.h" |
#include "wptKeyCache.h" |
34 |
#include "openpgp.h" |
#include "openpgp.h" |
35 |
#include "wptNLS.h" |
#include "wptNLS.h" |
54 |
} |
} |
55 |
#endif |
#endif |
56 |
|
|
57 |
|
|
58 |
/* Parse the secret keyring and retrieve some additional information |
/* Parse the secret keyring and retrieve some additional information |
59 |
for each key which was found. */ |
for each key which was found. */ |
60 |
static void |
static void |