diff options
author | Werner Koch <[email protected]> | 2015-04-24 14:10:15 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2015-04-24 14:10:15 +0000 |
commit | 575230d91bba95697518da418ea0e8712f889a0f (patch) | |
tree | 382b577e91c4aa3b335481e6bf170ce0161fee7a /sm/certchain.c | |
parent | common: Remove libjnlib-config.h (jnlib merge). (diff) | |
download | gnupg-575230d91bba95697518da418ea0e8712f889a0f.tar.gz gnupg-575230d91bba95697518da418ea0e8712f889a0f.zip |
common: Remove two JNLIB_ macros (jnlib merge).
* configure.ac: Merge seperate jnlib checks.
(HAVE_JNLIB_LOGGING): Remove.
* common/logging.c, common/simple-pwquery.c (JNLIB_NEED_AFLOCAL):
Rename to GNUPG_COMMON_NEED_AFLOCAL. Change all tests.
--
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'sm/certchain.c')
-rw-r--r-- | sm/certchain.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sm/certchain.c b/sm/certchain.c index 5e632f798..2c8fe49ee 100644 --- a/sm/certchain.c +++ b/sm/certchain.c @@ -28,8 +28,6 @@ #include <stdarg.h> #include <assert.h> -#define JNLIB_NEED_LOG_LOGV /* We need log_logv. */ - #include "gpgsm.h" #include <gcrypt.h> #include <ksba.h> |