summaryrefslogtreecommitdiff
path: root/OpenSSL/ssl/ssl.h
diff options
context:
space:
mode:
authorJean-Paul Calderone <exarkun@twistedmatrix.com>2012-02-16 08:13:36 -0500
committerJean-Paul Calderone <exarkun@twistedmatrix.com>2012-02-16 08:13:36 -0500
commitbc2c186728161ceff19e7fd6db1dfab907c723a4 (patch)
tree6cf91c6135fdbd986838096dd29eea2b9fe84f58 /OpenSSL/ssl/ssl.h
parent593a06ded7214ea5e1b329368e5377b272b4ea59 (diff)
parent6c896fea58ce9f9193f6085bab4fe7d5cf4b1360 (diff)
downloadpyopenssl-bc2c186728161ceff19e7fd6db1dfab907c723a4.tar.gz
Add support for getting and setting the session used by an OpenSSL.SSL.Connection.
Diffstat (limited to 'OpenSSL/ssl/ssl.h')
-rw-r--r--OpenSSL/ssl/ssl.h1
1 files changed, 1 insertions, 0 deletions
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"