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
a0f4549b
Commit
a0f4549b
authored
Mar 21, 2006
by
Martin v. Löwis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to OpenSSL 0.9.8a
parent
48b4bf7b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
12 deletions
+7
-12
PCbuild/_ssl.mak
PCbuild/_ssl.mak
+1
-1
PCbuild/readme.txt
PCbuild/readme.txt
+3
-11
Tools/buildbot/external.bat
Tools/buildbot/external.bat
+3
-0
No files found.
PCbuild/_ssl.mak
View file @
a0f4549b
...
...
@@ -12,7 +12,7 @@ SSL_LIB_DIR=$(SSL_DIR)/out32
!ENDIF
INCLUDES
=
-I
../Include
-I
../PC
-I
$(SSL_DIR)
/inc32
LIBS
=
gdi32.lib wsock32.lib /libpath:
$(SSL_LIB_DIR)
libeay32.lib ssleay32.lib
LIBS
=
gdi32.lib wsock32.lib
user32.lib advapi32.lib
/libpath:
$(SSL_LIB_DIR)
libeay32.lib ssleay32.lib
SOURCE
=
../Modules/_ssl.c
$(SSL_LIB_DIR)
/libeay32.lib
$(SSL_LIB_DIR)
/ssleay32.lib
...
...
PCbuild/readme.txt
View file @
a0f4549b
...
...
@@ -227,19 +227,11 @@ _bsddb
_ssl
Python wrapper for the secure sockets library.
Get the latest source code for OpenSSL from
http://www.openssl.org
Get the source code through
You (probably) don't want the "engine" code. For example, get
openssl-0.9.7d.tar.gz
not
openssl-engine-0.9.7d.tar.gz
(see #1233049 for using 0.9.8).
Unpack into the "dist" directory, retaining the folder name from
the archive - for example, the latest stable OpenSSL will install as
dist/openssl-0.9.7d
svn export http://svn.python.org/projects/external/openssl-0.9.8a
Alternatively, get the latest version from http://www.openssl.org.
You can (theoretically) use any version of OpenSSL you like - the
build process will automatically select the latest version.
...
...
Tools/buildbot/external.bat
View file @
a0f4549b
...
...
@@ -12,3 +12,6 @@ if not exist db-4.4.20 svn export http://svn.python.org/projects/external/db-4.4
if
not
exist
db
-
4
.4.20\build_win32\debug\libdb44sd.lib
(
devenv
db
-
4
.4.20\build_win32\Berkeley_DB.sln
/build
Debug
/project
db_static
)
@rem
OpenSSL
if
not
exist
openssl
-
0
.9.8a
svn
export
http
://svn.python.org/projects/external/openssl
-
0
.9.8a
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