From: Victor Wagner Date: Wed, 22 Jun 2016 11:07:39 +0000 (+0300) Subject: Merge branch 'master' of https://github.com/vbwagner/ctypescrypto X-Git-Url: http://wagner.pp.ru/gitweb/?a=commitdiff_plain;ds=inline;h=6f4f45464e73a5dbfcba8403491be39644f33c5e;p=oss%2Fctypescrypto.git Merge branch 'master' of https://github.com/vbwagner/ctypescrypto --- 6f4f45464e73a5dbfcba8403491be39644f33c5e diff --cc ctypescrypto/engine.py index f5bdb75,f5bdb75..79f6218 --- a/ctypescrypto/engine.py +++ b/ctypescrypto/engine.py @@@ -69,3 -69,3 +69,7 @@@ libcrypto.ENGINE_set_default.argtypes libcrypto.ENGINE_ctrl_cmd_string.argtypes = (c_void_p, c_char_p, c_char_p, c_int) libcrypto.ENGINE_finish.argtypes = (c_char_p, ) ++libcrypto.ENGINE_init.argtypes = (c_void_p, ) ++libcrypto.UI_OpenSSL.restype = c_void_p ++libcrypto.ENGINE_load_private_key.argtypes = (c_void_p, c_char_p, c_void_p, c_void_p) ++libcrypto.ENGINE_load_private_key.restype = c_void_p