From 68041ec500b1fefa3481425d24f0d2befdeadb34 Mon Sep 17 00:00:00 2001 From: Paul Bakker Date: Sun, 19 Apr 2009 21:17:55 +0000 Subject: [PATCH] - added description to POLARSSL_HAVE_ASM --- include/polarssl/config.h | 8 ++++++++ 1 file changed, 8 insertions(+) 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