From a400cfe14eebd960d12829f642c183d0ca424f26 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 26 Aug 2010 08:47:42 +0000 Subject: . --- tools/gpgtar-extract.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/gpgtar-extract.c') diff --git a/tools/gpgtar-extract.c b/tools/gpgtar-extract.c index af8d1aeb7..bd5b3a432 100644 --- a/tools/gpgtar-extract.c +++ b/tools/gpgtar-extract.c @@ -212,6 +212,7 @@ create_directory (const char *dirprefix) || !compare_filenames (dirprefix + n - 4, EXTSEP_S "pgp") || !compare_filenames (dirprefix + n - 4, EXTSEP_S "asc") || !compare_filenames (dirprefix + n - 4, EXTSEP_S "pem") + || !compare_filenames (dirprefix + n - 4, EXTSEP_S "p7m") || !compare_filenames (dirprefix + n - 4, EXTSEP_S "p7e"))) { prefix_buffer = xtrystrdup (dirprefix); -- cgit v1.2.3