mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03: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