From 514474b98ccdfa6c0f76576c0ebfbec2af637d81 Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Tue, 20 Oct 2015 16:19:11 -0400 Subject: 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 --- src/lib/ffi/info.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/ffi/info.txt') 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 aead -- cgit v1.2.3