OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Thordur I Bjornsson (thibcvs.openbsd.org)
Date: Thu Jul 08 2010 - 03:12:48 CDT


CVSROOT: /cvs
Module name: src
Changes by: thibcvs.openbsd.org 2010/07/08 02:12:48

Modified files:
        sys/crypto : crypto.c

Log message:
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().

Move splvm lower as it isnt need all through crypto_newsession().

tiny KNF nit.

From mikeb

OK deraadt