]> granicus.if.org Git - curl/commit
Official OpenSSL released versions up to and including 0.9.8i as well as
authorYang Tse <yangsita@gmail.com>
Wed, 24 Sep 2008 13:55:23 +0000 (13:55 +0000)
committerYang Tse <yangsita@gmail.com>
Wed, 24 Sep 2008 13:55:23 +0000 (13:55 +0000)
commit21b523fcd3aa3ab22733d3baff93e591673a8e9c
tree55c4c2a392008c47da8028895efe99b0a4f67323
parent006cab3e9e1fa4dc6882305c9e83e80a6b24a4cb
Official OpenSSL released versions up to and including 0.9.8i as well as
2008-09-24 stable snapshot have a buf_mem_st.length structure member with
'int' data type.

OpenSSL un-released 0.9.9 CVS version has a buf_mem_st.length structure member
with 'size_t' data type since 2007-Oct-09.

These 4 typecasts should silence compiler warnings in all cases.
lib/ssluse.c