Subject: Re: CVS commit: src/sys
To: None <jonathan@netbsd.org>
From: Love <lha@stacken.kth.se>
List: current-users
Date: 07/30/2003 19:03:08
--=-=-=
Content-Transfer-Encoding: quoted-printable


Jonathan Stone <jonathan@NetBSD.org> writes:

> Module Name:	src
> Committed By:	jonathan
> Date:		Fri Jul 25 21:12:49 UTC 2003
>
> Modified Files:
> 	src/sys/conf: files
> Added Files:
> 	src/sys/netipsec: files.ipsec
> 	src/sys/opencrypto: blf.c blf.h cast.c cast.h castsb.h criov.c crypto.c
> 	    crypto_mbuf.c cryptodev.c cryptodev.h cryptosoft.c cryptosoft.h
> 	    deflate.c deflate.h des.h des_locl.h files.opencrypto rijndael.c
> 	    rijndael.h rmd160.c rmd160.h skipjack.c skipjack.h xform.c xform.h
>
> Log Message:
> Commit initial NetBSD port of the OpenCrypto Framework (OCF).  This
> code is derived from Sam Leffler's FreeBSD port of OCF, which is in
> turn a port of Angelos Keromytis's OpenBSD work.
> Credit to Sam and Angelos, any blame for the NetBSD port to me.

cryptodev.c and cryptosoft.c both includes <dev/rndvar.h> that doesn't seem
to exists. Removing it make it work, you forgot to commit it or there is no
need for it ?

$ cvs log sys/dev/rndvar.h
cvs server: nothing known about rndvar.h

Love

--=-=-=
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (NetBSD)

iQIVAwUAPyf6UBZyDLTSep3UAQJktA//dN7ct2zJo/+KV/6FwJAHFSO72ql3spG8
t7wcthGs6cRuBtbJW7zg29dIXEZuUDuaDl0U+zyYlyi7pA4Ht+FTcSAUmLzaly6h
9xs1tLmqXyZV/uVmbnbXSRqp5YRhD6DfDcrpHcbv8q54duEbSwtUGOhFEupJllWI
MukJpTmfAg07OpZ/HZM+3ifFLVWwGIYVjhExWRS8jocAwM/47ZzqKLvWx3VeLPux
+N786Vf4dTp60umu7X2toP7DZl1n1NFN+btL9rz5OCMn13F+1rLvj8Dd3/2hH6mo
9/NtWz0Ox6f4X7UFYL04R3sZm/zN57EsSJCFfiU9p/dO1EDa1qJW4+84aneEoBdj
pzc80v2n2cTGTm13vC2m9DtO/MENtjPSOnE4KGsw9rYY5eXvjoCBKebCF/5gAWUM
qdzs2OOD1CqjjgdqILDZWhWiFGDREXO0fjBnYQ8L0tT+fGSb+Sw3t34qQfbf5waA
FIZdt1YRTbfnj4iIxXqpMob4ml8tUXcA1yA3qqCu2TUNmrTRZW1jIED3Mens6rw1
VYrMReZXiwdygsgMDLK11yg97JX0NfS35H7pbR6Xl+ZMoaQJ+wuwFbj80Vd9BItD
sOjC7WjM/t7AY4e7vNAE8fLuvEsfCfovhG8H+bK71gbsqGW6Q/XyNS0WY6D6rrRy
f3z2shM9Oa8=
=am3G
-----END PGP SIGNATURE-----
--=-=-=--