> From: openssl-users [mailto:openssl-users-bounces at openssl.org] On Behalf > Of Matt Caswell > Sent: Monday, June 27, 2016 15:53 > To: openssl-users at openssl.org > Subject: Re: [openssl-users] Getting error 'SSLv2_client_method': identifier > not found > > I would always recommend using the version flexible > SSLv23_client_method() over the version fixed TLSv1_client_method() and > TLSv1_2_client_method(). Thanks. I had misremembered - I thought the TLSv* methods would allow later TLS versions as well. (The code I support either always uses SSLv23_*_method and sets options to restrict versions, or lets the administrator configure it to use a different method but uses SSLv23 by default, depending on product.) Should have checked the docs before posting. -- Michael Wojcik Technology Specialist, Micro Focus