1
0
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:
Paul Bakker
2009-01-03 21:51:57 +00:00
parent 8e831edc24
commit 40e46940df
70 changed files with 833 additions and 1201 deletions

View File

@ -24,7 +24,7 @@
#include <stdio.h>
#include "xyssl/md5.h"
#include "polarssl/md5.h"
int main( void )
{

View File

@ -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 )
{

View File

@ -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 )
{

View File

@ -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 )
{