commit | e0fcf51edcddac12ed57fb5ef76bfa8f342b849a | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@twistedmatrix.com> | Mon Feb 13 09:10:15 2012 -0500 |
committer | Jean-Paul Calderone <exarkun@twistedmatrix.com> | Mon Feb 13 09:10:15 2012 -0500 |
tree | 60bae3232ab94bb0856d9bb3d9e0492a004b9fd3 | |
parent | 593a06ded7214ea5e1b329368e5377b272b4ea59 [diff] [blame] |
Minimal skeleton of a Python Session type
diff --git a/OpenSSL/ssl/ssl.h b/OpenSSL/ssl/ssl.h index 6a0a57e..3074ba5 100644 --- a/OpenSSL/ssl/ssl.h +++ b/OpenSSL/ssl/ssl.h
@@ -16,6 +16,7 @@ #include <Python.h> #include <pythread.h> #include "context.h" +#include "session.h" #include "connection.h" #include "../util.h" #include "../crypto/crypto.h"