More granular define selections within code to allow for smaller code

sizes
This commit is contained in:
Paul Bakker 2013-04-18 22:46:23 +02:00
parent 7e5e7ca205
commit ed27a041e4
26 changed files with 406 additions and 110 deletions

View file

@ -27,6 +27,10 @@
#ifndef POLARSSL_RSA_H
#define POLARSSL_RSA_H
#include "config.h"
#if defined(POLARSSL_RSA_C)
#include "bignum.h"
#include "md.h"
@ -520,4 +524,6 @@ int rsa_self_test( int verbose );
}
#endif
#endif /* POLARSSL_RSA_C */
#endif /* rsa.h */