Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add virtual destructor to FFI botan_struct | Jack Lloyd | 2017-08-03 | 1 | -1/+1 |
| | | | | | | As we do inherit from it, and delete through the base pointer. Found by Coverity scanner. | ||||
* | Split up ffi.cpp into several files | Jack Lloyd | 2017-07-31 | 1 | -0/+197 |
It was getting pretty big and would get worse over time, eg whenver I get around to adding TLS support. |