Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
49c43a01
Commit
49c43a01
authored
Sep 20, 2004
by
Robert Ricci
Browse files
Add patch for the m2ctypto library.
parent
3e34ba5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
patches/m2crypto.patch
0 → 100644
View file @
49c43a01
***
/q/ports/security/py-m2crypto/work/m2crypto-0.11/M2Crypto/httpslib.py Tue Jan 7 09:44:35 2003
--- /usr/local/lib/python2.3/site-packages/M2Crypto/httpslib.py Thu Sep 2 11:27:56 2004
***************
*** 22,28 ****
default_port = HTTPS_PORT
! if sys.version[:5] == '2.2.2':
def __init__(self, host, port=None, strict=None, **ssl):
keys = ssl.keys()
try:
--- 22,28 ----
default_port = HTTPS_PORT
! if sys.version[:3] == '2.3':
def __init__(self, host, port=None, strict=None, **ssl):
keys = ssl.keys()
try:
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment