aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffi/ffi_util.h
Commit message (Collapse)AuthorAgeFilesLines
* Add virtual destructor to FFI botan_structJack Lloyd2017-08-031-1/+1
| | | | | | As we do inherit from it, and delete through the base pointer. Found by Coverity scanner.
* Split up ffi.cpp into several filesJack Lloyd2017-07-311-0/+197
It was getting pretty big and would get worse over time, eg whenver I get around to adding TLS support.