1
0
mirror of https://github.com/moparisthebest/curl synced 2025-02-28 17:31:46 -05:00
Viktor Szakats 819f44dc07 schannel: avoid incompatible pointer warning
with clang-6.0:
```
vtls/schannel_verify.c: In function 'add_certs_to_store':
vtls/schannel_verify.c:212:30: warning: passing argument 11 of 'CryptQueryObject' from incompatible pointer type [-Wincompatible-pointer-types]
                              &cert_context)) {
                              ^
In file included from /usr/share/mingw-w64/include/schannel.h:10:0,
                 from /usr/share/mingw-w64/include/schnlsp.h:9,
                 from vtls/schannel.h:29,
                 from vtls/schannel_verify.c:40:
/usr/share/mingw-w64/include/wincrypt.h:4437:26: note: expected 'const void **' but argument is of type 'CERT_CONTEXT ** {aka struct _CERT_CONTEXT **}'
   WINIMPM WINBOOL WINAPI CryptQueryObject (DWORD dwObjectType, const void *pvObject, DWORD dwExpectedContentTypeFlags, DWORD dwExpectedFormatTypeFlags, DWORD dwFlags,
                          ^~~~~~~~~~~~~~~~
```
Ref: https://msdn.microsoft.com/library/windows/desktop/aa380264

Closes https://github.com/curl/curl/pull/2648
2018-06-12 11:23:11 +00:00
..
2018-06-11 11:14:48 +02:00
2016-10-18 13:59:54 +02:00
2018-01-05 23:34:30 -05:00
2018-06-11 11:14:48 +02:00
2018-01-05 23:34:30 -05:00
2018-01-05 23:34:30 -05:00
2017-12-05 23:21:02 +01:00
2018-06-11 11:14:48 +02:00
2018-06-11 11:14:48 +02:00
2018-06-11 11:14:48 +02:00
2018-04-27 02:54:15 -04:00
2018-06-03 12:14:45 +00:00
2017-03-26 23:56:23 +02:00
2018-02-23 23:29:01 +00:00
2017-07-28 16:41:29 +02:00
2018-06-11 11:14:48 +02:00
2018-06-11 11:14:48 +02:00
2017-09-11 09:29:50 +02:00
2018-06-03 12:14:45 +00:00
2018-06-11 11:14:48 +02:00
2018-06-11 11:14:48 +02:00
2018-06-11 11:14:48 +02:00
2018-06-11 11:14:48 +02:00
2018-06-11 11:14:48 +02:00
2017-04-22 11:25:27 +02:00
2017-06-18 23:57:45 +02:00
2016-12-21 11:07:26 +01:00
2018-06-11 11:14:48 +02:00
2018-06-11 11:14:48 +02:00
2017-09-11 09:29:50 +02:00
2018-06-11 11:14:48 +02:00
2017-08-23 23:58:49 +02:00
2018-03-04 22:21:46 +01:00
2017-04-22 11:25:27 +02:00
2017-06-21 07:46:21 +02:00
2018-06-03 12:14:45 +00:00
2018-06-11 11:14:48 +02:00
2018-02-23 23:29:01 +00:00
2018-06-11 11:14:48 +02:00
2017-09-02 17:47:10 +01:00
2017-03-13 23:11:45 +01:00
2018-02-23 23:29:01 +00:00
2018-03-19 19:22:42 +01:00
2018-06-11 11:14:48 +02:00
2017-10-25 18:48:05 +02:00
2018-06-11 11:14:48 +02:00
2018-06-11 11:14:48 +02:00
2018-05-16 02:21:06 -04:00
2018-06-11 11:14:48 +02:00
2017-06-30 10:17:27 +02:00
2018-06-11 11:14:48 +02:00
2018-06-11 11:14:48 +02:00
2018-06-11 11:14:48 +02:00
2018-05-31 11:27:16 +02:00
2018-06-11 11:14:48 +02:00
2018-05-12 22:24:25 +02:00
2018-06-11 11:14:48 +02:00
2018-06-11 11:14:48 +02:00
2018-06-11 11:14:48 +02:00
2017-12-01 17:38:37 +01:00
2017-09-11 09:29:50 +02:00
2017-03-26 23:56:23 +02:00
2018-06-11 11:14:48 +02:00
2018-06-11 11:14:48 +02:00
2018-06-11 11:14:48 +02:00
2018-06-11 11:14:48 +02:00