- added description to POLARSSL_HAVE_ASM

This commit is contained in:
Paul Bakker 2009-04-19 21:17:55 +00:00
parent 34a9056f39
commit 68041ec500

View file

@ -50,6 +50,14 @@
/* /*
* Uncomment to enable the use of assembly code. * Uncomment to enable the use of assembly code.
*
* Requires support for asm() in compiler.
*
* Used in:
* library/timing.c
* library/padlock.c
* include/polarssl/bn_mul.h
*
*/ */
#define POLARSSL_HAVE_ASM #define POLARSSL_HAVE_ASM