]> git.ipfire.org Git - thirdparty/curl.git/commit
md4: Fixed compilation issues when using GNU TLS gcrypt
authorSteve Holme <steve_holme@hotmail.com>
Thu, 20 Feb 2020 18:55:55 +0000 (18:55 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sat, 22 Feb 2020 15:54:43 +0000 (15:54 +0000)
commit84762ff815d946ea104b600598b32c3bb558ad06
treefcf71c93d61a04866f2dd3750c37c0ffacb52887
parent45160a8129d5f9c22d97fe3e3e04fded71a0b568
md4: Fixed compilation issues when using GNU TLS gcrypt

* Don't include 'struct' in the gcrypt MD4_CTX typedef
* The call to gcry_md_read() should use a dereferenced ctx
* The call to gcry_md_close() should use a dereferenced ctx

Additional minor whitespace issue in the USE_WIN32_CRYPTO code.

Closes #4959
lib/md4.c