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:
@ -24,9 +24,9 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "xyssl/bignum.h"
|
||||
#include "xyssl/config.h"
|
||||
#include "xyssl/havege.h"
|
||||
#include "polarssl/bignum.h"
|
||||
#include "polarssl/config.h"
|
||||
#include "polarssl/havege.h"
|
||||
|
||||
/*
|
||||
* Note: G = 4 is always a quadratic residue mod P,
|
||||
@ -39,7 +39,7 @@ int main( void )
|
||||
{
|
||||
int ret = 1;
|
||||
|
||||
#if defined(XYSSL_GENPRIME)
|
||||
#if defined(POLARSSL_GENPRIME)
|
||||
mpi G, P, Q;
|
||||
havege_state hs;
|
||||
FILE *fout;
|
||||
|
Reference in New Issue
Block a user