]> git.ipfire.org Git - thirdparty/curl.git/commit
openssl: Fix compilation on Windows when ngtcp2 is enabled
authorJavier Blazquez <jblazquez@riotgames.com>
Wed, 24 Jun 2020 20:21:04 +0000 (13:21 -0700)
committerJay Satiro <raysatiro@yahoo.com>
Thu, 25 Jun 2020 07:11:46 +0000 (03:11 -0400)
commitae3d1e04f68b0f3ef5a19118553cd630f8454a3b
tree6cbe1fd7c048d9c3fa7ea6f07500c776fe24439a
parent79d8099ff0f826e213846af78436048d06cd48db
openssl: Fix compilation on Windows when ngtcp2 is enabled

- Include wincrypt before OpenSSL includes so that the latter can
  properly handle any conflicts between the two.

Closes https://github.com/curl/curl/pull/5606
lib/vtls/openssl.c