curl / Mailing Lists / curl-library / Single Mail

curl-library

5a3efb1dba509b269953ff684f61e682fec14bf5 breaks winssl crosscompile for me [WAS: schannel: unified error code handling; Closes #2901]

From: Thomas Glanzmann via curl-library <curl-library_at_cool.haxx.se>
Date: Thu, 6 Sep 2018 11:46:57 +0200

Hello,
5a3efb1dba509b269953ff684f61e682fec14bf5 breaks crosscompiling libcurl on
Debian amd64 for Windows 32 Bit.

> CC vtls/libcurl_la-gskit.lo
> vtls/schannel.c: In function ‘schannel_connect_step1’:
> vtls/schannel.c:813:12: error: ‘SEC_E_APPLICATION_PROTOCOL_MISMATCH’ undeclared (first use in this function)
> case SEC_E_APPLICATION_PROTOCOL_MISMATCH:
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> vtls/schannel.c:813:12: note: each undeclared identifier is reported only once for each function it appears in
> vtls/schannel.c: In function ‘schannel_connect_step2’:
> vtls/schannel.c:1050:14: error: ‘SEC_E_APPLICATION_PROTOCOL_MISMATCH’ undeclared (first use in this function)
> case SEC_E_APPLICATION_PROTOCOL_MISMATCH:
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Makefile:2184: recipe for target 'vtls/libcurl_la-schannel.lo' failed

SEC_E_APPLICATION_PROTOCOL_MISMATCH was introduced in 5a3efb1dba509b269953ff684f61e682fec14bf5.

See full build log here: https://pbot.rmdir.de/u/3ELoWqv9lQ5kcaQ3eeJoKg

Cheers,
        Thomas
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2018-09-06