convert bcopy to memcpy in md5 and sha1. also be consistent about clearing
authortedu <tedu@openbsd.org>
Sun, 28 Dec 2014 10:04:35 +0000 (10:04 +0000)
committertedu <tedu@openbsd.org>
Sun, 28 Dec 2014 10:04:35 +0000 (10:04 +0000)
commit2f7c17dc487c24a3b8b19d81470c8a5cbc302ce6
treecd09fe0642a31d3998c1e2c83a16f29f5baf911f
parentee4897801bca18757b2be11aeafcdee2a1fcb0c0
convert bcopy to memcpy in md5 and sha1. also be consistent about clearing
context and making digest required to Final.
sys/crypto/md5.c
sys/crypto/sha1.c