diff options
author | Werner Koch <wk@gnupg.org> | 2012-12-28 17:28:43 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2013-03-20 09:50:17 +0100 |
commit | 44159b681f8f09000fabfc3ee294d5821578d3a6 (patch) | |
tree | 89b4b1e5db3601f9d8d1f6f65092f49e996247d2 /kbx | |
parent | po: Autoupdates for de and fr. Update gitignore. (diff) | |
download | gnupg2-44159b681f8f09000fabfc3ee294d5821578d3a6.tar.xz gnupg2-44159b681f8f09000fabfc3ee294d5821578d3a6.zip |
kbx: Remove unused macro.
* kbx/keybox.h (KEYBOX_WITH_OPENPGP): Remove unused macro.
Diffstat (limited to 'kbx')
-rw-r--r-- | kbx/keybox.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/kbx/keybox.h b/kbx/keybox.h index 4f7e23da0..5b2943747 100644 --- a/kbx/keybox.h +++ b/kbx/keybox.h @@ -29,15 +29,9 @@ extern "C" { #include "../common/iobuf.h" #include "keybox-search-desc.h" -#define KEYBOX_WITH_OPENPGP 1 #define KEYBOX_WITH_X509 1 -#ifdef KEYBOX_WITH_OPENPGP -# undef KEYBOX_WITH_OPENPGP -/*#include <lib-to-handle-gpg-data-structs.h>*/ -#endif - #ifdef KEYBOX_WITH_X509 # include <ksba.h> #endif |