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
de5919dc
Commit
de5919dc
authored
Nov 04, 2010
by
Hirokazu Yamamoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Can build older OpenSSL in
http://svn.python.org/projects/externals/
without Perl again.
parent
f5b5760d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
PC/VC6/build_ssl.py
PC/VC6/build_ssl.py
+1
-1
PC/VS8.0/build_ssl.py
PC/VS8.0/build_ssl.py
+1
-1
PCbuild/build_ssl.py
PCbuild/build_ssl.py
+1
-1
No files found.
PC/VC6/build_ssl.py
View file @
de5919dc
...
...
@@ -194,7 +194,7 @@ def main():
copy
(
r"crypto\
ope
nsslconf.h"
,
r"crypto\
ope
nsslconf_%s.h"
%
arch
)
# If the assembler files don't exist in tmpXX, copy them there
if
perl
is
None
:
if
perl
is
None
and
os
.
path
.
exists
(
"asm"
+
dirsuffix
)
:
if
not
os
.
path
.
exists
(
"tmp"
+
dirsuffix
):
os
.
mkdir
(
"tmp"
+
dirsuffix
)
for
f
in
os
.
listdir
(
"asm"
+
dirsuffix
):
...
...
PC/VS8.0/build_ssl.py
View file @
de5919dc
...
...
@@ -242,7 +242,7 @@ def main():
copy
(
r"crypto\
ope
nsslconf.h"
,
r"crypto\
ope
nsslconf_%s.h"
%
arch
)
# If the assembler files don't exist in tmpXX, copy them there
if
perl
is
None
:
if
perl
is
None
and
os
.
path
.
exists
(
"asm"
+
dirsuffix
)
:
if
not
os
.
path
.
exists
(
"tmp"
+
dirsuffix
):
os
.
mkdir
(
"tmp"
+
dirsuffix
)
for
f
in
os
.
listdir
(
"asm"
+
dirsuffix
):
...
...
PCbuild/build_ssl.py
View file @
de5919dc
...
...
@@ -242,7 +242,7 @@ def main():
copy
(
r"crypto\
ope
nsslconf.h"
,
r"crypto\
ope
nsslconf_%s.h"
%
arch
)
# If the assembler files don't exist in tmpXX, copy them there
if
perl
is
None
:
if
perl
is
None
and
os
.
path
.
exists
(
"asm"
+
dirsuffix
)
:
if
not
os
.
path
.
exists
(
"tmp"
+
dirsuffix
):
os
.
mkdir
(
"tmp"
+
dirsuffix
)
for
f
in
os
.
listdir
(
"asm"
+
dirsuffix
):
...
...
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