cipher: Fix IDEA cipher for clearing memory.
* cipher/idea.c (invert_key): Use wipememory, since this kind of memset may be removed by compiler optimization.
- Reported-by: Zhaomo Yang and Brian Johannesmeyer
- Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>