X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=ctypescrypto%2Fcipher.py;fp=ctypescrypto%2Fcipher.py;h=f4a2d47893000cd409833b001ae032ed39333670;hb=e8dffb7c99079c721654f783dbccf274147956d3;hp=91c5283a659f70767620826ef81ae4fd7e1b33a2;hpb=48ddb5373a0a8b0481ed1c72ece36b5973fd3da5;p=oss%2Fctypescrypto.git diff --git a/ctypescrypto/cipher.py b/ctypescrypto/cipher.py index 91c5283..f4a2d47 100644 --- a/ctypescrypto/cipher.py +++ b/ctypescrypto/cipher.py @@ -225,4 +225,4 @@ libcrypto.EVP_CIPHER_nid.argtypes=(c_void_p,) libcrypto.EVP_CipherUpdate.argtypes=(c_void_p,c_char_p,POINTER(c_int),c_char_p,c_int) libcrypto.EVP_get_cipherbyname.restype=c_void_p libcrypto.EVP_get_cipherbyname.argtypes=(c_char_p,) - +libcrypto.EVP_CIPHER_CTX_set_key_length.argtypes=(c_void_p,c_int)