]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Module-ize the 'core' crypto stuff. This may still need to be compiled
authorMark Murray <markm@FreeBSD.org>
Wed, 16 Oct 2002 14:31:34 +0000 (14:31 +0000)
committerMark Murray <markm@FreeBSD.org>
Wed, 16 Oct 2002 14:31:34 +0000 (14:31 +0000)
commitf544a528731c3d599bb1d7b5828acd21a1fd543d
tree15423431124b67e918f64aee072db86a94386607
parent6c84d0b1a5f243e4aa87fe02c82627b7d11d053e
Module-ize the 'core' crypto stuff. This may still need to be compiled
into the kernel by default (if required), but other modules can now
depend() on this.

Fix inter-module dependancy.

Earlier version OK'ed by: sam
sys/dev/hifn/hifn7751.c
sys/dev/ubsec/ubsec.c
sys/modules/Makefile
sys/modules/crypto/Makefile [new file with mode: 0644]
sys/opencrypto/crypto.c
sys/opencrypto/cryptodev.c