diff --git a/include/polarssl/config.h b/include/polarssl/config.h index 95d23cfe6..329b53d63 100644 --- a/include/polarssl/config.h +++ b/include/polarssl/config.h @@ -50,6 +50,14 @@ /* * 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