summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/umac128.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/umac128.c')
-rw-r--r--crypto/openssh/umac128.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/crypto/openssh/umac128.c b/crypto/openssh/umac128.c
new file mode 100644
index 0000000..dc610ed
--- /dev/null
+++ b/crypto/openssh/umac128.c
@@ -0,0 +1,7 @@
+/* $FreeBSD$ */
+#define UMAC_OUTPUT_LEN 16
+#define umac_new ssh_umac128_new
+#define umac_update ssh_umac128_update
+#define umac_final ssh_umac128_final
+#define umac_delete ssh_umac128_delete
+#include "umac.c"
OpenPOWER on IntegriCloud