From 15d0cb42a19cc88448993d4aa7a9ca207ccc1598 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 27 Aug 2007 18:10:27 +0000 Subject: Implemented more gpg-agen options to support certain passphrase policies. New tool gpg-check-pattern. --- g10/ChangeLog | 4 ++++ g10/trustdb.c | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'g10') diff --git a/g10/ChangeLog b/g10/ChangeLog index 90501d090..4dc911019 100644 --- a/g10/ChangeLog +++ b/g10/ChangeLog @@ -1,3 +1,7 @@ +2007-08-27 Werner Koch + + * trustdb.c (USE_INTERNAL_REGEX): Remove support. + 2007-08-24 Werner Koch * keyring.c (keyring_register_filename): Use same_file_p(). diff --git a/g10/trustdb.c b/g10/trustdb.c index 463096711..c5caf2843 100644 --- a/g10/trustdb.c +++ b/g10/trustdb.c @@ -26,11 +26,7 @@ #ifndef DISABLE_REGEX #include -#ifdef USE_INTERNAL_REGEX -#include "_regex.h" -#else #include -#endif #endif /* !DISABLE_REGEX */ #include "gpg.h" -- cgit v1.2.3