mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
This restores binary compatibility against liblzma 5.6.0 library. PR: 278127 (cherry picked from commit 5ffb19ac36c4b5c9e72d69048250c8e56acff739)
16 lines
101 B
Modula-2
16 lines
101 B
Modula-2
|
|
XZ_5.0 {
|
|
};
|
|
|
|
XZ_5.2 {
|
|
} XZ_5.0;
|
|
|
|
XZ_5.4 {
|
|
} XZ_5.2;
|
|
|
|
XZ_5.6 {
|
|
} XZ_5.4;
|
|
|
|
XZprivate_1.0 {
|
|
} XZ_5.6;
|
|
|