diff options
author | Werner Koch <wk@gnupg.org> | 2005-04-21 09:16:41 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2005-04-21 09:16:41 +0200 |
commit | 314c234e7d1320bcd13e5130c3d7074b19979e46 (patch) | |
tree | 7362abce81e9b5c3477bb1d8d7a7e264ca93ff2c /sm/Makefile.am | |
parent | . (diff) | |
download | gnupg2-314c234e7d1320bcd13e5130c3d7074b19979e46.tar.xz gnupg2-314c234e7d1320bcd13e5130c3d7074b19979e46.zip |
(gpgsm_validate_chain): Check revocations even for
expired certificates. This is required because on signature
verification an expired key is fine whereas a revoked one is not.
Diffstat (limited to 'sm/Makefile.am')
-rw-r--r-- | sm/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sm/Makefile.am b/sm/Makefile.am index d4f972527..f1a116ab5 100644 --- a/sm/Makefile.am +++ b/sm/Makefile.am @@ -21,7 +21,8 @@ bin_PROGRAMS = gpgsm -AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(LIBASSUAN_CFLAGS) $(KSBA_CFLAGS) +AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(LIBASSUAN_CFLAGS) $(KSBA_CFLAGS) \ + $(PTH_CFLAGS) AM_CPPFLAGS = -I$(top_srcdir)/common -I$(top_srcdir)/intl include $(top_srcdir)/am/cmacros.am |