]> granicus.if.org Git - esp-idf/commitdiff
feature/openssl: correct wrong description
authorDong Heng <dongheng@espressif.com>
Mon, 31 Oct 2016 06:13:00 +0000 (14:13 +0800)
committerDong Heng <dongheng@espressif.com>
Mon, 31 Oct 2016 06:13:00 +0000 (14:13 +0800)
components/openssl/OpenSSL-APIs.rst

index 39fa0ebb9b34bb038ef63c67ee60280d9e29e128..93e438dcf967c5d907f792fb4ccfce6706e699c7 100644 (file)
@@ -2,7 +2,7 @@ OpenSSL-APIs
 ------------
 
 This directory does not contain OpenSSL itself, but the code here can be used as a wrapper for applications using the OpenSSL API. 
-It uses mbedSSL to do the actual work, so anyone compiling openssl code needs the mbedtls library and header file.
+It uses mbedTLS to do the actual work, so anyone compiling openssl code needs the mbedtls library and header file.
 
 OpenSSL APIs not mentioned in this article are not open to public for the time,
 also do not have the corresponding function.