mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
- First replacement of xyssl by polarssl where needed
This commit is contained in:
@ -25,8 +25,8 @@
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "xyssl/rsa.h"
|
||||
#include "xyssl/sha1.h"
|
||||
#include "polarssl/rsa.h"
|
||||
#include "polarssl/sha1.h"
|
||||
|
||||
int main( int argc, char *argv[] )
|
||||
{
|
||||
|
Reference in New Issue
Block a user