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)
commit9724defdb72fdb2ae4e8a60e928d40d84fe04800
tree6e9c7575488d21459b62066c65ea54474b6a7e0d
parent30779ee1aa7601eb4bd7409809a8a4f06d2a4360
in crypt_des change unnecessary union keybuf into unsigned char[]

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
src/crypt/crypt_des.c