in crypt_des change unnecessary union keybuf into unsigned char[]
authorSzabolcs Nagy <nsz@port70.net>
Sun, 13 Jan 2013 22:54:48 +0000 (23:54 +0100)
committerSzabolcs Nagy <nsz@port70.net>
Sun, 13 Jan 2013 22:54:48 +0000 (23:54 +0100)
original FreeSec code accessed keybuf as uint32* and uint8* as well
(incorrectly), this got fixed with an union, but then it seems the
uint32* access is no longer needed so the code can be simplified


No differences found