openssl_server: Rename openssl_client_init() to openssl_server_init() to match usage

Merges https://github.com/espressif/esp-idf/pull/928
pull/928/merge
Chris Morgan 2017-08-22 14:52:44 -04:00 zatwierdzone przez Angus Gratton
rodzic ef60d73fe4
commit 105f9f466e
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -194,7 +194,7 @@ failed1:
return ;
}
static void openssl_client_init(void)
static void openssl_server_init(void)
{
int ret;
xTaskHandle openssl_handle;
@ -219,7 +219,7 @@ static esp_err_t wifi_event_handler(void *ctx, system_event_t *event)
break;
case SYSTEM_EVENT_STA_GOT_IP:
xEventGroupSetBits(wifi_event_group, CONNECTED_BIT);
openssl_client_init();
openssl_server_init();
break;
case SYSTEM_EVENT_STA_DISCONNECTED:
/* This is a workaround as ESP32 WiFi libs don't currently