components/openssl: change the description

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
This commit is contained in:
Dong Heng 2016-10-28 14:32:13 +08:00
parent 216b831646
commit 78392bf76b
3 changed files with 4 additions and 9 deletions

View File

@ -1,3 +1,2 @@
# Anyone compiling mbedTLS code needs the name of the # Anyone compiling openssl code needs the mbedtls library and header file
# alternative config file

View File

@ -1,14 +1,9 @@
OpenSSL-APIs 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, OpenSSL APIs not mentioned in this article are not open to public for the time,
also do not have the corresponding function. also do not have the corresponding function.
If user calls it directly, it will always return an error or may show cannot link If user calls it directly, it will always return an error or may show cannot link at compile time.
at compile time.
Chapter Introduction Chapter Introduction
==================== ====================

View File

@ -2,7 +2,8 @@
# Component Makefile # 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 COMPONENT_SRCDIRS := library platform