don't include tfm.h from the system, but the local one

This commit is contained in:
Steffen Jaeckel 2017-06-14 13:18:12 +02:00
parent fe56698355
commit 53baae2c99

View File

@ -10,7 +10,7 @@
#ifndef TFM_PRIVATE_H_
#define TFM_PRIVATE_H_
#include <tfm.h>
#include "tfm.h"
/* VARIOUS LOW LEVEL STUFFS */
void s_fp_add(fp_int *a, fp_int *b, fp_int *c);