Module Name: src
Committed By: christos
Date: Thu Feb 7 20:31:52 UTC 2013
Modified Files:
src/tools/compat: sha2.h
Log Message:
yes, but include the right file
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tools/compat/sha2.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tools/compat/sha2.h
diff -u src/tools/compat/sha2.h:1.1 src/tools/compat/sha2.h:1.2
--- src/tools/compat/sha2.h:1.1 Thu Feb 7 15:30:29 2013
+++ src/tools/compat/sha2.h Thu Feb 7 15:31:52 2013
@@ -1,5 +1,5 @@
-/* $NetBSD: sha2.h,v 1.1 2013/02/07 20:30:29 christos Exp $ */
+/* $NetBSD: sha2.h,v 1.2 2013/02/07 20:31:52 christos Exp $ */
/* We unconditionally use the NetBSD sha2 in libnbcompat. */
#include "nbtool_config.h"
-#include "../../sys/sys/md5.h"
+#include "../../sys/sys/sha2.h"