mirror of
https://github.com/sheumann/hush.git
synced 2025-03-13 15:30:31 +00:00
We only need to check for signature-less extensions, currently only .lzma. The rest can be happily autodetected. This fixes "zcat FILE_WITHOUT_GZ_EXT" case, among others. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>