Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tools/compat add shaX and rmd160 headers, same as mdX



details:   https://anonhg.NetBSD.org/src/rev/2f63d181d672
branches:  trunk
changeset: 784733:2f63d181d672
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Feb 07 20:30:29 2013 +0000

description:
add shaX and rmd160 headers, same as mdX

diffstat:

 tools/compat/rmd160.h |  5 +++++
 tools/compat/sha1.h   |  5 +++++
 tools/compat/sha2.h   |  5 +++++
 3 files changed, 15 insertions(+), 0 deletions(-)

diffs (27 lines):

diff -r 7ad4e286ce8e -r 2f63d181d672 tools/compat/rmd160.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/compat/rmd160.h     Thu Feb 07 20:30:29 2013 +0000
@@ -0,0 +1,5 @@
+/*     $NetBSD: rmd160.h,v 1.4 2013/02/07 20:30:29 christos Exp $      */
+
+/* We unconditionally use the NetBSD rmd160 in libnbcompat. */
+#include "nbtool_config.h"
+#include "../../sys/sys/rmd160.h"
diff -r 7ad4e286ce8e -r 2f63d181d672 tools/compat/sha1.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/compat/sha1.h       Thu Feb 07 20:30:29 2013 +0000
@@ -0,0 +1,5 @@
+/*     $NetBSD: sha1.h,v 1.5 2013/02/07 20:30:29 christos Exp $        */
+
+/* We unconditionally use the NetBSD sha1 in libnbcompat. */
+#include "nbtool_config.h"
+#include "../../sys/sys/sha1.h"
diff -r 7ad4e286ce8e -r 2f63d181d672 tools/compat/sha2.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/compat/sha2.h       Thu Feb 07 20:30:29 2013 +0000
@@ -0,0 +1,5 @@
+/*     $NetBSD: sha2.h,v 1.1 2013/02/07 20:30:29 christos Exp $        */
+
+/* We unconditionally use the NetBSD sha2 in libnbcompat. */
+#include "nbtool_config.h"
+#include "../../sys/sys/md5.h"



Home | Main Index | Thread Index | Old Index