Fix header decryption routine.
commit970e23f97b113fc697341d56a8dfd4f38f86a21a
authorJan Krüger <jk@jk.gs>
Sun, 17 Aug 2008 12:56:07 +0000 (17 14:56 +0200)
committerJan Krüger <jk@jk.gs>
Sun, 17 Aug 2008 12:56:07 +0000 (17 14:56 +0200)
tree72b330d6f4489d463eb4d8702ba4c1a5794ea3a0
parentbd0de1729015e704be6f27ddec5aa3fc855ae6f6
Fix header decryption routine.

This actually didn't return a proper pointer. Apparently on my system the
pointer got across anyway (I guess the compiler accidentally optimized the
variable into the right place?), otherwise there's no way I could have missed
that.  I use dmsetup-tc myself, after all.
main.c