]> www.wagner.pp.ru Git - oss/ctypescrypto.git/blobdiff - ctypescrypto/engine.py
Added more function declarations. Added @staticmethod to PKey.generate. Documented...
[oss/ctypescrypto.git] / ctypescrypto / engine.py
index 47f4878d72d9c542a5659002302d72375c46c5b5..f05fcb0a49200e2d65149d9166983e6b024f05ab 100644 (file)
@@ -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,)