Hello, in commit 243e8fcd60 (5 Jun 2017),

the definition of MHD_TLS_CONNECTION_INIT was deleted.

Please find attached a patch.

Regards,
maru
This commit is contained in:
Christian Grothoff
2017-09-27 11:30:53 +02:00
parent f69ca10dd0
commit 42e4a4b6bf
-2
View File
@@ -77,8 +77,6 @@ MHD_state_to_string (enum MHD_CONNECTION_STATE state)
return "footers sent";
case MHD_CONNECTION_CLOSED:
return "closed";
case MHD_TLS_CONNECTION_INIT:
return "secure connection init";
default:
return "unrecognized connection state";
}