X-Git-Url: https://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=ctypescrypto%2Fengine.py;fp=ctypescrypto%2Fengine.py;h=f05fcb0a49200e2d65149d9166983e6b024f05ab;hb=8afcf4f352ef2f967adbe84837d4abc5e9b6ee0c;hp=47f4878d72d9c542a5659002302d72375c46c5b5;hpb=525eda99ba5ee2791615aa3c172b0b5bbb481724;p=oss%2Fctypescrypto.git diff --git a/ctypescrypto/engine.py b/ctypescrypto/engine.py index 47f4878..f05fcb0 100644 --- a/ctypescrypto/engine.py +++ b/ctypescrypto/engine.py @@ -25,3 +25,4 @@ libcrypto.ENGINE_by_id.restype=c_void_p libcrypto.ENGINE_by_id.argtypes=(c_char_p,) libcrypto.ENGINE_set_default.argtypes=(c_void_p,c_int) libcrypto.ENGINE_ctrl_cmd_string.argtypes=(c_void_p,c_char_p,c_char_p,c_int) +libcrypto.ENGINE_finish.argtypes=(c_char_p,)