From 46fa8282556c89f6a5fba1528fb330defef95384 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Thu, 30 Mar 2006 10:17:09 +0000 Subject: [PATCH] * shs.c: Include shs.h first git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17805 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/crypto/sha1/ChangeLog | 4 ++++ src/lib/crypto/sha1/shs.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/lib/crypto/sha1/ChangeLog b/src/lib/crypto/sha1/ChangeLog index 5a6df8df5..f072402de 100644 --- a/src/lib/crypto/sha1/ChangeLog +++ b/src/lib/crypto/sha1/ChangeLog @@ -1,3 +1,7 @@ +2006-03-30 Ken Raeburn + + * shs.c: Include shs.h first. + 2006-03-13 Ken Raeburn * Makefile.in (check-unix): Use RUN_SETUP. diff --git a/src/lib/crypto/sha1/shs.c b/src/lib/crypto/sha1/shs.c index a6d3c9f8b..0d7daa606 100644 --- a/src/lib/crypto/sha1/shs.c +++ b/src/lib/crypto/sha1/shs.c @@ -1,8 +1,8 @@ +#include "shs.h" #ifdef HAVE_SYS_TYPES_H #include #endif #include -#include "shs.h" /* The SHS f()-functions. The f1 and f3 functions can be optimized to save one boolean operation each - thanks to Rich Schroeppel, -- 2.26.2