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.c b/OpenSSL/ssl/ssl.c index a68f447..5725d5d 100644 --- a/OpenSSL/ssl/ssl.c +++ b/OpenSSL/ssl/ssl.c
@@ -298,6 +298,8 @@ if (!init_ssl_context(module)) goto error; + if (!init_ssl_session(module)) + goto error; if (!init_ssl_connection(module)) goto error;