[Python-checkins] r45473 - python/trunk/Modules/_ssl.c

neal.norwitz python-checkins at python.org
Mon Apr 17 03:49:28 CEST 2006


Author: neal.norwitz
Date: Mon Apr 17 03:49:28 2006
New Revision: 45473

Modified:
   python/trunk/Modules/_ssl.c
Log:
Remove unused field

Modified: python/trunk/Modules/_ssl.c
==============================================================================
--- python/trunk/Modules/_ssl.c	(original)
+++ python/trunk/Modules/_ssl.c	Mon Apr 17 03:49:28 2006
@@ -55,7 +55,6 @@
 	SSL_CTX* 	ctx;
 	SSL*     	ssl;
 	X509*    	server_cert;
-	BIO*		sbio;
 	char    	server[X509_NAME_MAXLEN];
 	char		issuer[X509_NAME_MAXLEN];
 


More information about the Python-checkins mailing list