CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/09/08 08:15:56
Modified files:
sys/kern : init_main.c
sys/crypto : crypto.c
Log message:
Reintroduce most crypto/crypto.c r1.55:
Move pool initialization to init_crypto and zap the crypto_pool_initialized
variable. This way we don't have to check if the pool are initialized every
time we do a crypto_getreq().
However, also perform the crypto initialisation earlier in init_main so
that the crypto pools are initialised before they are used.
ok mikeb@ thib@ deraadt@