Support decompressing files with unsupported check types.

This is enabled at compile time by defining XZ_DEC_ANY_CHECK.
If the Check ID is not supported, xz_dec_run() will return
XZ_UNSUPPORTED_CHECK. In multi-call mode, decoding can be
then continued normally. In single-call mode, decoding
cannot be continued, thus this feature is useful only
in multi-call mode.
5 files changed
tree: 1642082338b16ae5aed2c8cf78b3b133dd756d58
  1. linux/
  2. userspace/
  3. .gitignore
  4. COPYING
  5. README