mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-10 00:52:56 +00:00
- First replacement of xyssl by polarssl where needed
This commit is contained in:
@@ -35,8 +35,8 @@
|
||||
#include <stdio.h>
|
||||
#include <time.h>
|
||||
|
||||
#include "xyssl/aes.h"
|
||||
#include "xyssl/sha2.h"
|
||||
#include "polarssl/aes.h"
|
||||
#include "polarssl/sha2.h"
|
||||
|
||||
#define MODE_ENCRYPT 0
|
||||
#define MODE_DECRYPT 1
|
||||
|
||||
Reference in New Issue
Block a user