Fix build error 89/294189/1 accepted/tizen/8.0/unified/20231005.095137 accepted/tizen/unified/20230616.172356 accepted/tizen/unified/dev/20230726.115355 tizen_8.0_m2_release
authorSeonah Moon <seonah1.moon@samsung.com>
Wed, 14 Jun 2023 06:17:22 +0000 (15:17 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Wed, 14 Jun 2023 06:17:26 +0000 (15:17 +0900)
commit54ad4e773fc1c8d6dd5e646bf3831c28671b7d35
tree79487f1360e1764fa053ec1871428f63de875267
parentc46232bb087d1c5d17a7e19d9c36bc819534d598
Fix build error

[   67s] /home/abuild/rpmbuild/BUILD/libwebsockets-4.3.2/lib/tls/openssl/openssl-server.c:713:1: error: conflicting types for 'lws_tls_server_abort_connection' due to enum/integer mismatch; have 'int(struct lws *)' [-Werror=enum-int-mismatch]
[   67s]   713 | lws_tls_server_abort_connection(struct lws *wsi)
[   67s]       | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Change-Id: Ida1d7215419161b0c2679b6f3e75f555e24a83ab
lib/tls/openssl/openssl-server.c