NetBSD/sys/opencrypto
daniel 9a3687b724 crypto_init does not call crypto_init0 only once, because the marker
created with ONCE_DECL() is local. This results in reinitializing
the driver list when crypto_get_driverid() (and leaks memory). Fix
this by making the marker static.

Fixes PR/35412.

Ack freza@.
2007-01-12 12:00:27 +00:00
..
criov.c
crypto.c crypto_init does not call crypto_init0 only once, because the marker 2007-01-12 12:00:27 +00:00
cryptodev.c __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
cryptodev.h
cryptosoft_xform.c __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
cryptosoft.c __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
cryptosoft.h
deflate.c __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
deflate.h
files.opencrypto
Makefile
xform.c
xform.h