diff options
Diffstat (limited to '')
-rw-r--r-- | g10/ChangeLog | 4 | ||||
-rw-r--r-- | g10/trustdb.c | 4 |
2 files changed, 4 insertions, 4 deletions
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 <[email protected]> + + * trustdb.c (USE_INTERNAL_REGEX): Remove support. + 2007-08-24 Werner Koch <[email protected]> * 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 <sys/types.h> -#ifdef USE_INTERNAL_REGEX -#include "_regex.h" -#else #include <regex.h> -#endif #endif /* !DISABLE_REGEX */ #include "gpg.h" |