Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/opencrypto G/C extra /.
details: https://anonhg.NetBSD.org/src/rev/6135b7585cea
branches: trunk
changeset: 550956:6135b7585cea
user: thorpej <thorpej%NetBSD.org@localhost>
date: Tue Aug 26 14:24:35 2003 +0000
description:
G/C extra /.
diffstat:
sys/opencrypto/xform.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 1873c3ec94c9 -r 6135b7585cea sys/opencrypto/xform.c
--- a/sys/opencrypto/xform.c Tue Aug 26 14:24:05 2003 +0000
+++ b/sys/opencrypto/xform.c Tue Aug 26 14:24:35 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: xform.c,v 1.5 2003/08/26 14:24:06 thorpej Exp $ */
+/* $NetBSD: xform.c,v 1.6 2003/08/26 14:24:35 thorpej Exp $ */
/* $FreeBSD: src/sys/opencrypto/xform.c,v 1.1.2.1 2002/11/21 23:34:23 sam Exp $ */
/* $OpenBSD: xform.c,v 1.19 2002/08/16 22:47:25 dhartmei Exp $ */
@@ -40,7 +40,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: xform.c,v 1.5 2003/08/26 14:24:06 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xform.c,v 1.6 2003/08/26 14:24:35 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -54,7 +54,7 @@
#include <crypto/blowfish/blowfish.h>
#include <crypto/des/des.h>
#include <crypto/rijndael/rijndael.h>
-#include <crypto/ripemd160//rmd160.h>
+#include <crypto/ripemd160/rmd160.h>
#include <opencrypto/blf.h>
#include <opencrypto/cast.h>
Home |
Main Index |
Thread Index |
Old Index