classification
Title: openssl compileerror with original source
Type: compile error Stage:
Components: Build Versions: Python 3.0, Python 3.1, Python 2.7, Python 2.6
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: christian.heimes, ocean-city
Priority: normal Keywords: patch

Created on 2009-03-17 06:43 by ocean-city, last changed 2010-09-23 13:50 by ocean-city.

Files
File name Uploaded Description Edit
fix_openssl_compile_error.patch ocean-city, 2009-03-17 06:43 review
Messages (3)
msg83660 - (view) Author: Hirokazu Yamamoto (ocean-city) * (Python committer) Date: 2009-03-17 06:43
I ported "compile openssl without perl" scheme into PC/VC6 from PCBuild.
And I noticed openssl compilation fails with a message "IDEA is
disabled" if I use original source code from openssl homepage.

I hope attached patch will fix this. openssl's Configure seems to take
options to exclude specific algorithms. I tested test_ssl, it seems
working on my VC6.
msg84766 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2009-03-31 12:05
For legal reasons we can't ship Python with certain algorithms. If I can
recall correctly IDEA is one of the patented algorithms. The patch is
looking goo.d
msg117188 - (view) Author: Hirokazu Yamamoto (ocean-city) * (Python committer) Date: 2010-09-23 13:50
PCBuild on py3k have fix for this. We'll need to 
investigate/merge in other branches and version.
History
Date User Action Args
2010-09-23 13:50:28ocean-citysetmessages: + msg117188
2009-03-31 12:05:47christian.heimessetmessages: + msg84766
2009-03-30 21:57:01ocean-citysetnosy: + christian.heimes
2009-03-17 06:43:43ocean-citycreate