diff options
author | Jack Lloyd <[email protected]> | 2015-10-20 16:19:11 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2015-10-20 16:19:11 -0400 |
commit | 514474b98ccdfa6c0f76576c0ebfbec2af637d81 (patch) | |
tree | d911b1e8294fad454dd8891aa9dcd25939f85a4f /src/lib/ffi/info.txt | |
parent | 194d7d3682bddbd534e211357dd5f817d01ab7ed (diff) |
Fix botan.py for Python3
Remove any need for callers to do version checks or encode values
specially to handle Python2 vs Python3 ctypes differences. API users
shouldn't have to care about that - encapsulate the differences in a
few functions for handling the conversions.
Add botan_cipher_query_keylen to ffi
Diffstat (limited to 'src/lib/ffi/info.txt')
-rw-r--r-- | src/lib/ffi/info.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ffi/info.txt b/src/lib/ffi/info.txt index 4018e4064..7c8968ff0 100644 --- a/src/lib/ffi/info.txt +++ b/src/lib/ffi/info.txt @@ -1,4 +1,4 @@ -define FFI 20151001 +define FFI 20151015 <requires> aead |