aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffi/ffi_mp.h
Commit message (Collapse)AuthorAgeFilesLines
* Avoid using namespace in FFI headersJack Lloyd2017-10-021-2/+0
| | | | Internal only headers but Sonar doesn't know that
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
| | | | | | ISO C++ reserves names with double underscores in them Closes #512
* Split up ffi.cpp into several filesJack Lloyd2017-07-311-0/+21
It was getting pretty big and would get worse over time, eg whenver I get around to adding TLS support.