]> git.ipfire.org Git - thirdparty/strongswan.git/commit
bliss: Add generated Huffman codes to the repository
authorTobias Brunner <tobias@strongswan.org>
Tue, 17 Feb 2015 15:47:29 +0000 (16:47 +0100)
committerTobias Brunner <tobias@strongswan.org>
Mon, 2 Mar 2015 11:05:07 +0000 (12:05 +0100)
commitfaafaf35f4b087182d0cfeebfcfb222ddc092cb5
treec2f3e5003b9b5c78a7ed0632eeac1600a4db69dd
parent8f5521cbac4729116da53aca82e0312022f4aec4
bliss: Add generated Huffman codes to the repository

While these files are generated they don't really change and are not
architecture dependant.  The previous solution prevented cross-compilation
from the repository as `bliss_huffman` was built for the target system but
was then executed on the build host to create the source files, which
naturally was bound to fail.

The `recreate-bliss-huffman` make target can be used inside the bliss
directory to update the source files if needed.

Fixes #812.
src/libstrongswan/plugins/bliss/.gitignore
src/libstrongswan/plugins/bliss/Makefile.am
src/libstrongswan/plugins/bliss/bliss_huffman_code_1.c [new file with mode: 0644]
src/libstrongswan/plugins/bliss/bliss_huffman_code_3.c [new file with mode: 0644]
src/libstrongswan/plugins/bliss/bliss_huffman_code_4.c [new file with mode: 0644]