1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Fixes to make inclusion of card raleted source files into 1.3 easier.

This commit is contained in:
Werner Koch 2003-10-02 10:27:34 +00:00
parent 59a61b3c93
commit f194ebc782
11 changed files with 95 additions and 9 deletions

View file

@ -25,14 +25,20 @@
#include <errno.h>
#include <assert.h>
#if GNUPG_MAJOR_VERSION != 1
#include "gpg.h"
#endif
#include "util.h"
#include "i18n.h"
#include "ttyio.h"
#include "status.h"
#include "options.h"
#include "main.h"
#if GNUPG_MAJOR_VERSION == 1
#include "cardglue.h"
#else
#include "call-agent.h"
#endif
#define CONTROL_D ('D' - 'A' + 1)