diff options
Diffstat (limited to 'usr.bin/dig/lib/isc/sha1.c')
-rw-r--r-- | usr.bin/dig/lib/isc/sha1.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/dig/lib/isc/sha1.c b/usr.bin/dig/lib/isc/sha1.c index 4bebea053b6..7edca275962 100644 --- a/usr.bin/dig/lib/isc/sha1.c +++ b/usr.bin/dig/lib/isc/sha1.c @@ -14,10 +14,10 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: sha1.c,v 1.4 2020/02/17 18:58:39 jung Exp $ */ +/* $Id: sha1.c,v 1.5 2020/02/25 05:00:43 jsg Exp $ */ /* $NetBSD: sha1.c,v 1.5 2000/01/22 22:19:14 mycroft Exp $ */ -/* $OpenBSD: sha1.c,v 1.4 2020/02/17 18:58:39 jung Exp $ */ +/* $OpenBSD: sha1.c,v 1.5 2020/02/25 05:00:43 jsg Exp $ */ /*! \file * SHA-1 in C @@ -34,8 +34,6 @@ * \endverbatim */ - - #include <isc/sha1.h> #include <string.h> #include <isc/util.h> |