mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
update echo to use externsion getting api
Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
parent
f272cb0624
commit
3ad2ecfbd8
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ int main(int argc, char **argv)
|
|||
info.iface = interface;
|
||||
info.protocols = protocols;
|
||||
#ifndef LWS_NO_EXTENSIONS
|
||||
info.extensions = libwebsocket_internal_extensions;
|
||||
info.extensions = libwebsocket_get_internal_extensions();
|
||||
#endif
|
||||
if (use_ssl && !client) {
|
||||
info.ssl_cert_filepath = LOCAL_RESOURCE_PATH"/libwebsockets-test-server.pem";
|
||||
|
|
Loading…
Add table
Reference in a new issue