Use explicit_bzero instead of memset in hash Final and End functions.
authormillert <millert@openbsd.org>
Thu, 15 Jan 2015 13:05:59 +0000 (13:05 +0000)
committermillert <millert@openbsd.org>
Thu, 15 Jan 2015 13:05:59 +0000 (13:05 +0000)
commitb4c10efebcf19b5caf4fbab02f390577888eccec
tree6ceb15613fe028dd4dff30cca2a2185bef1b38aa
parent71642210718c505a31dfcf0d39cf8d674e3cd52b
Use explicit_bzero instead of memset in hash Final and End functions.
OK deraadt@ djm@
lib/libc/hash/helper.c
lib/libc/hash/md5.c
lib/libc/hash/rmd160.c
lib/libc/hash/sha1.c
lib/libc/hash/sha2.c