Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
e8bcb25f
Commit
e8bcb25f
authored
Dec 04, 2002
by
Tim Peters
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify _ssl instructions.
parent
96cebde9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
5 deletions
+11
-5
PCbuild/readme.txt
PCbuild/readme.txt
+11
-5
No files found.
PCbuild/readme.txt
View file @
e8bcb25f
...
@@ -199,12 +199,18 @@ _bsddb.pyd - 0 error(s), 4 warning(s)
...
@@ -199,12 +199,18 @@ _bsddb.pyd - 0 error(s), 4 warning(s)
"""
"""
XXX This isn't encouraging, but I don't know what to do about it.
XXX This isn't encouraging, but I don't know what to do about it.
_ssl
_ssl
Python wrapper for the secure sockets library.
Python wrapper for the secure sockets library.
Get the latest source code for OpenSSL from
Get the latest source code for OpenSSL from
http://www.openssl.org
http://www.openssl.org
You (probably) don't want the "engine" code. For example, get
openssl-0.9.6g.tar.gz
not
openssl-engine-0.9.6g.tar.gz
Unpack into the "dist" directory, retaining the folder name from
Unpack into the "dist" directory, retaining the folder name from
the archive - for example, the latest stable OpenSSL will install as
the archive - for example, the latest stable OpenSSL will install as
dist/openssl-0.9.6g
dist/openssl-0.9.6g
...
@@ -214,7 +220,7 @@ _ssl
...
@@ -214,7 +220,7 @@ _ssl
You must also install ActivePerl from
You must also install ActivePerl from
http://www.activestate.com/Products/ActivePerl/
http://www.activestate.com/Products/ActivePerl/
as this is used by the OpenSSL build process. Complain to them <wink>
as this is used by the OpenSSL build process. Complain to them <wink>
.
The MSVC project simply invokes PCBuild/build_ssl.py to perform
The MSVC project simply invokes PCBuild/build_ssl.py to perform
the build. This Python script locates and builds your OpenSSL
the build. This Python script locates and builds your OpenSSL
...
@@ -228,8 +234,8 @@ _ssl
...
@@ -228,8 +234,8 @@ _ssl
a peek at build_ssl.py and suggest patches. Note that build_ssl.py
a peek at build_ssl.py and suggest patches. Note that build_ssl.py
should be able to be run directly from the command-line.
should be able to be run directly from the command-line.
build_ssl.py/MSVC isn't clever enough to clean OpenSSL - you must do
this
build_ssl.py/MSVC isn't clever enough to clean OpenSSL - you must do
by hand.
this
by hand.
YOUR OWN EXTENSION DLLs
YOUR OWN EXTENSION DLLs
-----------------------
-----------------------
...
...
Write
Preview
Markdown
is supported
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