From 346df833232e47efa79f8b2584ec290c73ebf7ea Mon Sep 17 00:00:00 2001 From: guenther Date: Tue, 22 Jul 2014 07:13:42 +0000 Subject: [PATCH] Convert from to the shiney new ok dtucker@, who also confirmed that -portable handles this already --- usr.bin/ssh/umac.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/ssh/umac.c b/usr.bin/ssh/umac.c index 2aaf378fbc5..6d07b6365b3 100644 --- a/usr.bin/ssh/umac.c +++ b/usr.bin/ssh/umac.c @@ -1,4 +1,4 @@ -/* $OpenBSD: umac.c,v 1.10 2014/04/30 19:07:48 naddy Exp $ */ +/* $OpenBSD: umac.c,v 1.11 2014/07/22 07:13:42 guenther Exp $ */ /* ----------------------------------------------------------------------- * * umac.c -- C Implementation UMAC Message Authentication @@ -64,7 +64,7 @@ /* ---------------------------------------------------------------------- */ #include -#include +#include #include #include #include -- 2.20.1