1
0
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:
cameronrich
2007-05-26 00:21:51 +00:00
parent aa4d1bdc09
commit c928b27cd9
6 changed files with 30 additions and 32 deletions

View File

@ -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];