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