Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CPU-specific engines are now only loaded if something depends on them, | lloyd | 2009-07-07 | 1 | -5/+1 |
| | | | | | | | | | | | | and all CPU-specific implementations now depend on the appropriate engine module. The most common problem before with this was that the SSE2 module was built, but the sole SSE2 code (SHA-1) was not (for instance, on an i686). This would cause a compile warning about the unused request object. Preventing unused engines from being built will also (very slightly) speed up the lookup process on most system. | ||||
* | Move most of the remaining libstate code to pk_engine.cpp, move engines | lloyd | 2008-11-11 | 1 | -0/+14 |
back to the toplevel since most othe dependencies have been removed now (except get_cipher which still needs changes) |