diff options
author | Werner Koch <[email protected]> | 2004-04-28 09:00:05 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-04-28 09:00:05 +0000 |
commit | 4c96cb0683c4ff4e4b8d5ae9c61d555437ad51bd (patch) | |
tree | 0aa2fc2094d468071eaf384ffb1ada643a55f491 /scd/app-common.h | |
parent | * gpgsm.c: New command --keydb-clear-some-cert-flags. (diff) | |
download | gnupg-4c96cb0683c4ff4e4b8d5ae9c61d555437ad51bd.tar.gz gnupg-4c96cb0683c4ff4e4b8d5ae9c61d555437ad51bd.zip |
* app-common.h: Do not include ksba.h for gnupg 1.
Diffstat (limited to '')
-rw-r--r-- | scd/app-common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scd/app-common.h b/scd/app-common.h index 6e62bf99d..c61bcca60 100644 --- a/scd/app-common.h +++ b/scd/app-common.h @@ -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. */ |