mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-25 13:43:31 +00:00
Merge pull request #6487 from gilles-peskine-arm/legacy_or_psa-internal
This commit is contained in:
commit
cd7fe3ee14
@ -1,6 +1,7 @@
|
|||||||
/**
|
/**
|
||||||
* Constant-time functions
|
* Constant-time functions
|
||||||
*
|
*/
|
||||||
|
/*
|
||||||
* Copyright The Mbed TLS Contributors
|
* Copyright The Mbed TLS Contributors
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
*
|
*
|
||||||
|
@ -1,7 +1,10 @@
|
|||||||
/**
|
/**
|
||||||
* Macros to express dependencies for code and tests that may use either the
|
* Macros to express dependencies for code and tests that may use either the
|
||||||
* legacy API or PSA in various builds; mostly for internal use.
|
* legacy API or PSA in various builds. This whole header file is currently
|
||||||
*
|
* for internal use only and both the header file and the macros it defines
|
||||||
|
* may change or be removed without notice.
|
||||||
|
*/
|
||||||
|
/*
|
||||||
* Copyright The Mbed TLS Contributors
|
* Copyright The Mbed TLS Contributors
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user