summaryrefslogtreecommitdiff
path: root/umac.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2012-10-05 11:38:24 +1000
committerDarren Tucker <dtucker@zip.com.au>2012-10-05 11:38:24 +1000
commit992faad1f1f71114f66ea67485606b083f7d722a (patch)
tree164a8c6cb48fd092b3f7b0777ed8c2f27e7cc344 /umac.c
parent7f93315c3ae6d135dddb2aa9561d969088d8900d (diff)
- [Makefile umac.c] Add special-case target to build umac128.o.
Diffstat (limited to 'umac.c')
-rw-r--r--umac.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/umac.c b/umac.c
index e78d2cc5f..e373de5be 100644
--- a/umac.c
+++ b/umac.c
@@ -52,7 +52,9 @@
52/* --- User Switches ---------------------------------------------------- */ 52/* --- User Switches ---------------------------------------------------- */
53/* ---------------------------------------------------------------------- */ 53/* ---------------------------------------------------------------------- */
54 54
55#ifndef UMAC_OUTPUT_LEN
55#define UMAC_OUTPUT_LEN 8 /* Alowable: 4, 8, 12, 16 */ 56#define UMAC_OUTPUT_LEN 8 /* Alowable: 4, 8, 12, 16 */
57#endif
56/* #define FORCE_C_ONLY 1 ANSI C and 64-bit integers req'd */ 58/* #define FORCE_C_ONLY 1 ANSI C and 64-bit integers req'd */
57/* #define AES_IMPLEMENTAION 1 1 = OpenSSL, 2 = Barreto, 3 = Gladman */ 59/* #define AES_IMPLEMENTAION 1 1 = OpenSSL, 2 = Barreto, 3 = Gladman */
58/* #define SSE2 0 Is SSE2 is available? */ 60/* #define SSE2 0 Is SSE2 is available? */