]> granicus.if.org Git - esp-idf/commitdiff
feature/openssl: change the description for docbook
authorDong Heng <dongheng@espressif.com>
Mon, 31 Oct 2016 06:06:29 +0000 (14:06 +0800)
committerDong Heng <dongheng@espressif.com>
Mon, 31 Oct 2016 06:06:29 +0000 (14:06 +0800)
components/openssl/Makefile.projbuild [deleted file]
components/openssl/OpenSSL-APIs.rst

diff --git a/components/openssl/Makefile.projbuild b/components/openssl/Makefile.projbuild
deleted file mode 100644 (file)
index f8501f3..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-# Anyone compiling openssl code needs the mbedtls library and header file
-
index 2b606dbcf2e0c9595f3aabb1d4621aabe5025a44..39fa0ebb9b34bb038ef63c67ee60280d9e29e128 100644 (file)
@@ -1,9 +1,12 @@
 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.
+
 OpenSSL APIs not mentioned in this article are not open to public for the time,
 also do not have the corresponding function.
-If user calls it directly, it will always return an error or may show cannot link at compile time.
+If user calls it directly, it will always return an error or may show cannot link at compiling time.
 
 Chapter Introduction
 ====================