1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

* app-common.h: Do not include ksba.h for gnupg 1.

This commit is contained in:
Werner Koch 2004-04-28 09:00:05 +00:00
parent 236d241aed
commit 4c96cb0683
3 changed files with 6 additions and 1 deletions

View file

@ -21,7 +21,9 @@
#ifndef GNUPG_SCD_APP_COMMON_H
#define GNUPG_SCD_APP_COMMON_H
#if GNUPG_MAJOR_VERSION != 1
#include <ksba.h>
#endif
struct app_local_s; /* Defined by all app-*.c. */