FWIW the crypto layer is doing what is intended. The algorithm
testing infrastructure in the cryptomgr module is optional and
only used when algorithms are registered. That's why it sits
in its own module which is loaded by the algorithm registration
code which still functions if the module is absent or fails to
load.
In any case the loop itself does not involve any crypto components
so I don't think making changes in the crypto layer is going to
make this go away forever as anyone calling request_module early
enough will get into this loop.
Cheers,
--
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--