Commit 5a157dd4 authored by Thomas Wouters's avatar Thomas Wouters

Remove unused variable and what looks like an ancient relic of an old

version of SSLeay (now known as OpenSSL.)
parent 27cec46b
......@@ -1977,13 +1977,6 @@ static SSLObject *
newSSLObject(PySocketSockObject *Sock, char *key_file, char *cert_file)
{
SSLObject *self;
char *str;
#if 0
meth=SSLv23_client_method();
meth=SSLv3_client_method();
meth=SSLv2_client_method();
#endif
self = PyObject_New(SSLObject, &SSL_Type); /* Create new object */
if (self == NULL){
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment