Source-Changes-HG archive

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

[src/trunk]: src/sys/opencrypto Remove extra /.



details:   https://anonhg.NetBSD.org/src/rev/e3d4d07a72e1
branches:  trunk
changeset: 550938:e3d4d07a72e1
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Aug 26 02:54:11 2003 +0000

description:
Remove extra /.

diffstat:

 sys/opencrypto/xform.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 024c8a31ad78 -r e3d4d07a72e1 sys/opencrypto/xform.h
--- a/sys/opencrypto/xform.h    Mon Aug 25 23:09:37 2003 +0000
+++ b/sys/opencrypto/xform.h    Tue Aug 26 02:54:11 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: xform.h,v 1.3 2003/08/25 04:09:58 thorpej Exp $ */
+/*     $NetBSD: xform.h,v 1.4 2003/08/26 02:54:11 thorpej Exp $ */
 /*     $FreeBSD: src/sys/opencrypto/xform.h,v 1.1.2.1 2002/11/21 23:34:23 sam Exp $    */
 /*     $OpenBSD: xform.h,v 1.10 2002/04/22 23:10:09 deraadt Exp $      */
 
@@ -29,7 +29,7 @@
 #include <sys/md5.h>
 #include <sys/sha1.h>
 #include <crypto/sha2/sha2.h>
-#include <crypto/ripemd160//rmd160.h>
+#include <crypto/ripemd160/rmd160.h>
 
 /* Declarations */
 struct auth_hash {



Home | Main Index | Thread Index | Old Index