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)
downloadopenssh-git-992faad1f1f71114f66ea67485606b083f7d722a.tar.gz
- [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 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? */