summaryrefslogtreecommitdiffstats
path: root/crypto/openssh
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2013-04-01 13:48:30 +0000
committerdes <des@FreeBSD.org>2013-04-01 13:48:30 +0000
commitca02c8e40ffd8df627af959bb4bdf3ec761b4dd6 (patch)
treedd654ab3e709bdf641dd82d0970942089b74bf4a /crypto/openssh
parent4d67abd4923ada63de0b6f5985b35b2ae52bfbf1 (diff)
downloadFreeBSD-src-ca02c8e40ffd8df627af959bb4bdf3ec761b4dd6.zip
FreeBSD-src-ca02c8e40ffd8df627af959bb4bdf3ec761b4dd6.tar.gz
Silence warnings about redefined macros.
Diffstat (limited to 'crypto/openssh')
-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