commit | b71c0d21c6578451a1bb8b2e2e1760c666d77267 | [log] [tgz] |
---|---|---|
author | Rick Dean <fdd@halyard.fdd.com> | Wed Apr 01 14:09:23 2009 -0500 |
committer | Rick Dean <fdd@halyard.fdd.com> | Wed Apr 01 14:09:23 2009 -0500 |
tree | 8804677a1212938c1cacbedf8c80f0886ac2ade7 | |
parent | 20131f564790a3dbdf3564fcea876580ae21b062 [diff] [blame] |
BIO read/write to allow for socketless SSL Connections
diff --git a/src/ssl/connection.h b/src/ssl/connection.h index 13f42f0..4e1e4d2 100644 --- a/src/ssl/connection.h +++ b/src/ssl/connection.h
@@ -44,6 +44,7 @@ PyObject *socket; PyThreadState *tstate; /* This field is no longer used. */ PyObject *app_data; + BIO *into_ssl, *from_ssl; /* for connections without file descriptors */ } ssl_ConnectionObj;