mirror of
https://github.com/lxsang/ant-http
synced 2025-07-15 05:19:55 +02:00
fix mac linker
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
#include "handle.h"
|
||||
|
||||
config_t server_config;
|
||||
#ifdef USE_OPENSSL
|
||||
int usessl()
|
||||
{
|
||||
|
@ -47,7 +47,7 @@ typedef struct {
|
||||
char* sslkey;
|
||||
#endif
|
||||
}config_t;
|
||||
extern config_t server_config;
|
||||
//extern config_t server_config;
|
||||
typedef struct{
|
||||
int sock;
|
||||
void* ssl;
|
||||
|
Reference in New Issue
Block a user