Write the data file header in big endian format.
commit7e2fa89fceb638cdbe976805b9085049abd42110
authorBen Kibbey <bjk@luxsci.net>
Sun, 3 Feb 2013 05:17:28 +0000 (3 00:17 -0500)
committerBen Kibbey <bjk@luxsci.net>
Sun, 3 Feb 2013 05:17:28 +0000 (3 00:17 -0500)
tree4bb1c4f2686b2c8cede733079cebbc00a59dcdb1
parent4b5f29be442279d39c98ddd60bc5ab458e774876
Write the data file header in big endian format.

To prevent portability issues when transferring the data file between
little and big endian systems. This breaks data file compatibility with
previous commits.
configure.ac
doc/magic
m4/ax_c_bigendian_cross.m4 [new file with mode: 0644]
src/crypto.c