diff options
author | Jack Lloyd <[email protected]> | 2017-07-25 15:24:30 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-07-31 10:31:53 -0400 |
commit | 5703b195f5dbf0a0df45bf0a7f39aa090666f877 (patch) | |
tree | 1f686ae1362aaef9eabe1db3c1a58ac0fd166a70 /src/lib/ffi/info.txt | |
parent | bb30a1e1ffbe839478b4bf04624d841c6d9ecfc3 (diff) |
Split up ffi.cpp into several files
It was getting pretty big and would get worse over time, eg whenver
I get around to adding TLS support.
Diffstat (limited to 'src/lib/ffi/info.txt')
-rw-r--r-- | src/lib/ffi/info.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/lib/ffi/info.txt b/src/lib/ffi/info.txt index 71b4e6cf9..a28df11b0 100644 --- a/src/lib/ffi/info.txt +++ b/src/lib/ffi/info.txt @@ -2,6 +2,17 @@ FFI -> 20170327 </defines> +<header:internal> +ffi_mp.h +ffi_pkey.h +ffi_rng.h +ffi_util.h +</header:internal> + +<header:public> +ffi.h +</header:public> + <requires> aead kdf |