]> granicus.if.org Git - esp-idf/commitdiff
components/openssl: change the description
authorDong Heng <dongheng@espressif.com>
Fri, 28 Oct 2016 06:32:13 +0000 (14:32 +0800)
committerDong Heng <dongheng@espressif.com>
Fri, 28 Oct 2016 06:32:13 +0000 (14:32 +0800)
1. change the description of Makefile.projbuild
2. remove the license header in the API document
3. add private inlcuding header code in the components file

components/openssl/Makefile.projbuild
components/openssl/OpenSSL-APIs.rst
components/openssl/component.mk

index b1d5641231444f666b4a286c44404a98004e3992..f8501f31875ed3db351105d3d924f5d0ebec73a8 100644 (file)
@@ -1,3 +1,2 @@
-# Anyone compiling mbedTLS code needs the name of the
-# alternative config file
+# Anyone compiling openssl code needs the mbedtls library and header file
 
index e7877b128cf9413504d0dc73e9b44c8521955a58..2b606dbcf2e0c9595f3aabb1d4621aabe5025a44 100644 (file)
@@ -1,14 +1,9 @@
 OpenSSL-APIs 
 ------------
 
-All original source code in this repository is Copyright (C) 2015-2016
-Espressif Systems. This source code is licensed under the Apache
-License 2.0 as described in the file LICENSE.
-
 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 compile time.
 
 Chapter Introduction
 ====================
index 97de6975c9ffd6d38ceebb002997f0c2abb655f5..2dfcc6b38d94bca3474e79f3335a926db3866c0d 100644 (file)
@@ -2,7 +2,8 @@
 # Component Makefile
 #
 
-COMPONENT_ADD_INCLUDEDIRS := include include/internal include/platform include/oepnssl
+COMPONENT_ADD_INCLUDEDIRS := include
+COMPONENT_PRIV_INCLUDEDIRS := include/internal include/platform include/openssl
 
 COMPONENT_SRCDIRS := library platform