From 992faad1f1f71114f66ea67485606b083f7d722a Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Fri, 5 Oct 2012 11:38:24 +1000 Subject: - [Makefile umac.c] Add special-case target to build umac128.o. --- umac.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'umac.c') diff --git a/umac.c b/umac.c index e78d2cc5..e373de5b 100644 --- a/umac.c +++ b/umac.c @@ -52,7 +52,9 @@ /* --- User Switches ---------------------------------------------------- */ /* ---------------------------------------------------------------------- */ +#ifndef UMAC_OUTPUT_LEN #define UMAC_OUTPUT_LEN 8 /* Alowable: 4, 8, 12, 16 */ +#endif /* #define FORCE_C_ONLY 1 ANSI C and 64-bit integers req'd */ /* #define AES_IMPLEMENTAION 1 1 = OpenSSL, 2 = Barreto, 3 = Gladman */ /* #define SSE2 0 Is SSE2 is available? */ -- cgit v1.2.1