Beacon supports Win Schannel + minor adjustments
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
#include <stdio.h>
|
||||
|
||||
#include "config.h"
|
||||
#include "transport.h"
|
||||
|
||||
@@ -8,7 +6,6 @@
|
||||
#endif
|
||||
|
||||
Transport* InitTransport(const char* domain, unsigned short port) {
|
||||
printf("Next host: %s on port %d\n", domain, port);
|
||||
#if USE_SCHANNEL
|
||||
return InitSchannelTransport(domain, port, SNI_HOSTNAME);
|
||||
#elif USE_WOLFSSL
|
||||
|
||||
Reference in New Issue
Block a user