* shs.c: Include shs.h first
authorKen Raeburn <raeburn@mit.edu>
Thu, 30 Mar 2006 10:17:09 +0000 (10:17 +0000)
committerKen Raeburn <raeburn@mit.edu>
Thu, 30 Mar 2006 10:17:09 +0000 (10:17 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17805 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/crypto/sha1/ChangeLog
src/lib/crypto/sha1/shs.c

index 5a6df8df58337bf47abe7178daf1f39672030656..f072402de143f990c318e63c1d3cdc8f2092cb65 100644 (file)
@@ -1,3 +1,7 @@
+2006-03-30  Ken Raeburn  <raeburn@mit.edu>
+
+       * shs.c: Include shs.h first.
+
 2006-03-13  Ken Raeburn  <raeburn@mit.edu>
 
        * Makefile.in (check-unix): Use RUN_SETUP.
index a6d3c9f8bd1a40f833aecf6cafbc5c635511eb9c..0d7daa6062b51b82dc98064c94dbd1d31cdbbbd2 100644 (file)
@@ -1,8 +1,8 @@
+#include "shs.h"
 #ifdef HAVE_SYS_TYPES_H
 #include <sys/types.h>
 #endif
 #include <string.h>
-#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,