aboutsummaryrefslogtreecommitdiffstats
path: root/modules/entropy/cryptoapi_rng
Commit message (Collapse)AuthorAgeFilesLines
* Rename header guards in modules from BOTAN_EXT_ to BOTAN_ for consistencylloyd2008-09-281-2/+2
|
* This is the first checkin to net.randombit.botan.modularized, whichlloyd2008-09-283-0/+136
has the intent of modularizing Botan's source code, and making it much easier to add or remove various things at compile time. In this first checkin: Add support for nested directories in modules/ and move all the modules into grouped directories like entropy/ or compression/ Currently this is not ideal, it will _only_ find code in modules/*/*/modinfo.txt, while it would be much better to allow for arbitrary nestings under modules (find modules -name modinfo.txt) for more complicated setups. This 'new' (OMG I've found directories!) structure allows for a more free naming convention (no need for leading es_, ml_, etc to group names, though some keep it for lack of a more meaningful name being obvious to me right at the moment).