mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-07 06:42:56 +03:00
- First replacement of xyssl by polarssl where needed
This commit is contained in:
@@ -24,14 +24,14 @@
|
||||
* programming_guide.pdf
|
||||
*/
|
||||
|
||||
#include "xyssl/config.h"
|
||||
#include "polarssl/config.h"
|
||||
|
||||
#if defined(XYSSL_PADLOCK_C)
|
||||
#if defined(POLARSSL_PADLOCK_C)
|
||||
|
||||
#include "xyssl/aes.h"
|
||||
#include "xyssl/padlock.h"
|
||||
#include "polarssl/aes.h"
|
||||
#include "polarssl/padlock.h"
|
||||
|
||||
#if defined(XYSSL_HAVE_X86)
|
||||
#if defined(POLARSSL_HAVE_X86)
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
Reference in New Issue
Block a user