Mark a few additional deprecations
This commit is contained in:
parent
71432849ed
commit
e658176dfa
3 changed files with 6 additions and 4 deletions
|
@ -3,6 +3,8 @@
|
||||||
*
|
*
|
||||||
* \brief Backwards compatibility header for PolarSSL-1.2 from PolarSSL-1.3
|
* \brief Backwards compatibility header for PolarSSL-1.2 from PolarSSL-1.3
|
||||||
*
|
*
|
||||||
|
* \deprecated Use native PolarSSL 1.3 functions instead.
|
||||||
|
*
|
||||||
* Copyright (C) 2006-2013, ARM Limited, All Rights Reserved
|
* Copyright (C) 2006-2013, ARM Limited, All Rights Reserved
|
||||||
*
|
*
|
||||||
* This file is part of mbed TLS (https://tls.mbed.org)
|
* This file is part of mbed TLS (https://tls.mbed.org)
|
||||||
|
|
|
@ -650,11 +650,9 @@
|
||||||
* Make available the backward compatible error_strerror() next to the
|
* Make available the backward compatible error_strerror() next to the
|
||||||
* current polarssl_strerror().
|
* current polarssl_strerror().
|
||||||
*
|
*
|
||||||
* For new code, it is recommended to use polarssl_strerror() instead and
|
* \deprecated Do not define this and use polarssl_strerror() instead
|
||||||
* disable this.
|
|
||||||
*
|
*
|
||||||
* Disable if you run into name conflicts and want to really remove the
|
* Disable if you want to really remove the error_strerror() name
|
||||||
* error_strerror()
|
|
||||||
*/
|
*/
|
||||||
#define POLARSSL_ERROR_STRERROR_BC
|
#define POLARSSL_ERROR_STRERROR_BC
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,8 @@
|
||||||
*
|
*
|
||||||
* \brief OpenSSL wrapper (definitions, inline functions).
|
* \brief OpenSSL wrapper (definitions, inline functions).
|
||||||
*
|
*
|
||||||
|
* \deprecated Use native mbed TLS functions instead
|
||||||
|
*
|
||||||
* Copyright (C) 2006-2010, ARM Limited, All Rights Reserved
|
* Copyright (C) 2006-2010, ARM Limited, All Rights Reserved
|
||||||
*
|
*
|
||||||
* This file is part of mbed TLS (https://tls.mbed.org)
|
* This file is part of mbed TLS (https://tls.mbed.org)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue