mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-29 05:21:37 +03:00
general checkin
git-svn-id: svn://svn.code.sf.net/p/axtls/code/trunk@103 9a5d90b5-6617-0410-8a86-bb477d3ed2e3
This commit is contained in:
@ -1647,7 +1647,7 @@ error:
|
||||
|
||||
int multi_thread_test(void)
|
||||
{
|
||||
int server_fd;
|
||||
int server_fd = -1;
|
||||
SSL_CTX *ssl_server_ctx;
|
||||
SSL_CTX *ssl_clnt_ctx;
|
||||
pthread_t clnt_threads[NUM_THREADS];
|
||||
|
Reference in New Issue
Block a user