comparison: eric6/E5Network/E5SslUtilities.py
eric6/E5Network/E5SslUtilities.py
- changeset 7229
- 53054eb5b15a
- parent 6942
- 2602857055c5
- child 7360
- 9190402e4505
equal
deleted
inserted
replaced
4 # |
4 # |
5 |
5 |
6 """ |
6 """ |
7 Module implementing SSL utility functions. |
7 Module implementing SSL utility functions. |
8 """ |
8 """ |
9 |
|
10 from __future__ import unicode_literals |
|
11 |
9 |
12 |
10 |
13 def initSSL(): |
11 def initSSL(): |
14 """ |
12 """ |
15 Function to initialize some global SSL stuff. |
13 Function to initialize some global SSL stuff. |