]> www.wagner.pp.ru Git - oss/ctypescrypto.git/commitdiff
Merge branch 'master' of https://github.com/vbwagner/ctypescrypto
authorVictor Wagner <vitus@bsd64.bf.postgrespro.ru>
Wed, 22 Jun 2016 11:07:39 +0000 (14:07 +0300)
committerVictor Wagner <vitus@bsd64.bf.postgrespro.ru>
Wed, 22 Jun 2016 11:07:39 +0000 (14:07 +0300)
1  2 
ctypescrypto/engine.py

index f5bdb7514f007ba6f10e0ae3dadb800a53328e90,f5bdb7514f007ba6f10e0ae3dadb800a53328e90..79f6218aa0a3beee5558bec9f357d9f1cb47cd5d
@@@ -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