mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-07 13:36:28 +00:00
- First replacement of xyssl by polarssl where needed
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "xyssl/md5.h"
|
||||
#include "polarssl/md5.h"
|
||||
|
||||
int main( void )
|
||||
{
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "xyssl/md5.h"
|
||||
#include "polarssl/md5.h"
|
||||
|
||||
static int md5_wrapper( char *filename, unsigned char *sum )
|
||||
{
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "xyssl/sha1.h"
|
||||
#include "polarssl/sha1.h"
|
||||
|
||||
static int sha1_wrapper( char *filename, unsigned char *sum )
|
||||
{
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "xyssl/sha2.h"
|
||||
#include "polarssl/sha2.h"
|
||||
|
||||
static int sha2_wrapper( char *filename, unsigned char *sum )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user