]> git.ipfire.org Git - thirdparty/curl.git/commit
md4: use init/update/final functions in Secure Transport
authorNick Zitzmann <nickzman@gmail.com>
Mon, 24 Feb 2020 02:23:52 +0000 (20:23 -0600)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 2 Mar 2020 22:02:35 +0000 (23:02 +0100)
commit0b337ecc91f30188987dc441dc1fc67446a86676
tree21834b7b414404e2c930f0e63a87cb960a9367e2
parent0e539970e423fb562a42de6e5aa3f4cd3866999b
md4: use init/update/final functions in Secure Transport

We can use CC_MD4_Init/Update/Final without having to allocate memory
directly.

Closes #4979
lib/md4.c