]> granicus.if.org Git - esp-idf/commitdiff
esp-tls header file name change
authorJitin George <jitin@espressif.com>
Wed, 14 Feb 2018 13:21:26 +0000 (18:51 +0530)
committerJitin George <jitin@espressif.com>
Fri, 6 Apr 2018 11:46:27 +0000 (17:16 +0530)
components/esp-tls/esp_tls.c [moved from components/esp-tls/esp-tls.c with 99% similarity]
components/esp-tls/esp_tls.h [moved from components/esp-tls/esp-tls.h with 100% similarity]
examples/protocols/http2_request/components/sh2lib/sh2lib.c
examples/protocols/http2_request/components/sh2lib/sh2lib.h
examples/protocols/https_request/main/https_request_example_main.c

similarity index 99%
rename from components/esp-tls/esp-tls.c
rename to components/esp-tls/esp_tls.c
index b56dd2db375d53af330100e95cbe19084e7dbbae..d6e79f54dc2ff4984c26229bb7f8dbd92670a003 100644 (file)
@@ -21,7 +21,7 @@
 #include <netdb.h>
 
 #include <http_parser.h>
-#include "esp-tls.h"
+#include "esp_tls.h"
 
 
 static const char *TAG = "esp-tls";
index 750ec45a2c39da61c7b11e1a7fb4075792f2c96f..5a25f9bc4f7c154c127e57aef7ff6372603ea1c2 100644 (file)
@@ -20,7 +20,6 @@
 #include <ctype.h>
 #include <netdb.h>
 #include <esp_log.h>
-#include <esp-tls.h>
 
 #include "sh2lib.h"
 
index b69c367394c9d3e5a2fc685bcc9eb221e49e5014..44d1a5333ee62a3317cce9fb883b548c43735167 100644 (file)
@@ -14,7 +14,7 @@
 #ifndef __ESP_EXAMPLE_SH2_LIB_H_
 #define __ESP_EXAMPLE_SH2_LIB_H_
 
-#include "esp-tls.h"
+#include "esp_tls.h"
 #include <nghttp2/nghttp2.h>
 
 /*
index 9dca5b61ac14ac677d232befbe637f93d2d443ba..51701a47ce6bdbac98befebaaa7b1e0d4cf775d5 100644 (file)
@@ -38,7 +38,7 @@
 #include "lwip/netdb.h"
 #include "lwip/dns.h"
 
-#include "esp-tls.h"
+#include "esp_tls.h"
 
 /* The examples use simple WiFi configuration that you can set via
    'make menuconfig'.