]> granicus.if.org Git - curl/commit
schannel: fix warning
authorJay Satiro <raysatiro@yahoo.com>
Tue, 17 Apr 2018 17:47:01 +0000 (13:47 -0400)
committerJay Satiro <raysatiro@yahoo.com>
Tue, 17 Apr 2018 19:43:30 +0000 (15:43 -0400)
commit4d660fdcb05e1201ea90c5016693f13a9af68c48
tree7fe94dbc7a7635a716b4b3d387f269f3c4c34790
parent24e835587714289214002506aa0e2d59313f95c0
schannel: fix warning

- Fix warning 'integer from pointer without a cast' on 3rd arg in
  CertOpenStore. The arg type HCRYPTPROV may be a pointer or integer
  type of the same size.

Follow-up to e35b025.

Caught by Marc's CI builds.
lib/vtls/schannel.c