Declare legacy_or_psa.h as private
We think we're likely to change these macros. So make them *only* for internal use, not just "mostly". Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
49540ac529
commit
3a9ebd69c3
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
|||
/**
|
||||
* 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
|
||||
|
|
Loading…
Reference in a new issue