mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
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:
parent
216b831646
commit
78392bf76b
@ -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
|
||||
|
||||
|
@ -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
|
||||
====================
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user