Don't provide stdlib.h, but provide gnuk-malloc.h.

This commit is contained in:
NIIBE Yutaka
2017-10-03 16:04:43 +09:00
parent 289d3db8c4
commit eff0c7077d
5 changed files with 21 additions and 24 deletions

View File

@@ -37,7 +37,7 @@
#include "polarssl/bignum.h"
#include "polarssl/bn_mul.h"
#include <stdlib.h>
#include <gnuk-malloc.h>
#define ciL (sizeof(t_uint)) /* chars in limb */
#define biL (ciL << 3) /* bits in limb */

View File

@@ -39,7 +39,6 @@
#include "polarssl/md.h"
#endif
#include <stdlib.h>
#include <stdio.h>
/*