Sebastian Spaeth 895e709bf2 Fix SSL fingerprint was not always checked
As reported by James Cook, we would not check the fingerprint of the SSL
server, as we were looking for the 'ssl' module in locals() rather than
globals(). Ooops!

Rather than using globals() though, I simply remove the by-now
superfluous check. We now rely on python2.6 and we unconditionally
import the SSL module in any case, so it needs to be there.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2012-04-19 18:26:29 +02:00
..
2012-04-03 01:39:28 +02:00
2012-02-06 17:41:43 +01:00
2012-02-06 17:41:43 +01:00
2006-08-12 05:15:55 +01:00
2012-02-06 17:41:43 +01:00