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,10 +24,10 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "xyssl/havege.h"
|
||||
#include "xyssl/bignum.h"
|
||||
#include "xyssl/x509.h"
|
||||
#include "xyssl/rsa.h"
|
||||
#include "polarssl/havege.h"
|
||||
#include "polarssl/bignum.h"
|
||||
#include "polarssl/x509.h"
|
||||
#include "polarssl/rsa.h"
|
||||
|
||||
#define KEY_SIZE 1024
|
||||
#define EXPONENT 65537
|
||||
|
Reference in New Issue
Block a user