kbx: Remove unused macro.

* kbx/keybox.h (KEYBOX_WITH_OPENPGP): Remove unused macro.
This commit is contained in:
Werner Koch 2012-12-28 17:28:43 +01:00
parent c664dd2c9e
commit 44159b681f
1 changed files with 0 additions and 6 deletions

View File

@ -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