size_t-fy EVP_CIPHER. Note that being size_t-fied it doesn't require
authorAndy Polyakov <appro@openssl.org>
Fri, 31 Oct 2008 19:48:25 +0000 (19:48 +0000)
committerAndy Polyakov <appro@openssl.org>
Fri, 31 Oct 2008 19:48:25 +0000 (19:48 +0000)
commitb444ac3e6f04aec13aa0c19983291b0326feb7f9
tree85bcf3b485b770d53f8cd5dffc6efb51429cf436
parentf768be81d804d0467be4ad7163216c8381872b94
size_t-fy EVP_CIPHER. Note that being size_t-fied it doesn't require
underlying cipher to be size_t-fied, it allows for size_t, signed and
unsigned long. It maintains source and even binary compatibility.
crypto/evp/e_des.c
crypto/evp/e_des3.c
crypto/evp/e_idea.c
crypto/evp/e_null.c
crypto/evp/e_rc4.c
crypto/evp/e_xcbc_d.c
crypto/evp/evp.h
crypto/evp/evp_locl.h