Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add assert equal | lloyd | 2010-11-29 | 1 | -8/+18 |
| | |||||
* | There is a pretty common pattern in the code for testing for internal | lloyd | 2010-09-26 | 1 | -0/+49 |
errors of the form if(some_expr_indicating_failure) throw Internal_Error("Some mildly informative message"); Make this simpiler with the addition of a BOTAN_ASSERT macro which will throw an exception upon failure. |