Subject: CVS commit: src/sys/opencrypto
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 08/25/2003 04:09:58
Module Name:	src
Committed By:	thorpej
Date:		Mon Aug 25 04:09:58 UTC 2003

Modified Files:
	src/sys/opencrypto: cryptodev.c cryptosoft.c xform.c xform.h
Removed Files:
	src/sys/opencrypto: rmd160.c rmd160.h

Log Message:
It's bad form to use the <opencrypto/rmd160.h> header file while
using the crypto/ripemd160/rmd160.c implementation.  Remove the
opencrypto-local copies of these files entirely.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/opencrypto/cryptodev.c \
    src/sys/opencrypto/cryptosoft.c
cvs rdiff -r1.1 -r0 src/sys/opencrypto/rmd160.c src/sys/opencrypto/rmd160.h
cvs rdiff -r1.3 -r1.4 src/sys/opencrypto/xform.c
cvs rdiff -r1.2 -r1.3 src/sys/opencrypto/xform.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.