mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-27 00:57:17 +00:00
- First replacement of xyssl by polarssl where needed
This commit is contained in:
@@ -18,11 +18,11 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
#include "xyssl/config.h"
|
||||
#include "polarssl/config.h"
|
||||
|
||||
#if defined(XYSSL_DEBUG_C)
|
||||
#if defined(POLARSSL_DEBUG_C)
|
||||
|
||||
#include "xyssl/debug.h"
|
||||
#include "polarssl/debug.h"
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
Reference in New Issue
Block a user