mbedtls/include
Manuel Pégourié-Gonnard acbcbba860 Fix asm format of bn_mul.h for more portability
Found by Barry K. Nathan.

Quoting from http://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html:

"You can put multiple assembler instructions together in a single asm
template, separated by the characters normally used in assembly code for the
system. A combination that works in most places is a newline to break the
line, plus a tab character to move to the instruction field (written as
‘\n\t’). Sometimes semicolons can be used, if the assembler allows semicolons
as a line-breaking character. Note that some assembler dialects use semicolons
to start a comment."
2014-06-25 11:26:13 +02:00
..
polarssl Fix asm format of bn_mul.h for more portability 2014-06-25 11:26:13 +02:00
.gitignore Added proper gitignores for Linux CMake use 2012-11-18 22:56:39 +01:00
CMakeLists.txt - Added option to prevent installation of header files 2011-12-11 11:25:30 +00:00