From: guenther Date: Tue, 22 Jul 2014 07:13:42 +0000 (+0000) Subject: Convert from to the shiney new X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=346df833232e47efa79f8b2584ec290c73ebf7ea;p=openbsd Convert from to the shiney new ok dtucker@, who also confirmed that -portable handles this already --- 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