[New-bugs-announce] [issue5497] openssl compileerror with original source

Hirokazu Yamamoto report at bugs.python.org
Tue Mar 17 07:44:01 CET 2009


New submission from Hirokazu Yamamoto <ocean-city at m2.ccsnet.ne.jp>:

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.

----------
components: Build
files: fix_openssl_compile_error.patch
keywords: patch
messages: 83660
nosy: ocean-city
severity: normal
status: open
title: openssl compileerror with original source
type: compile error
versions: Python 2.6, Python 2.7, Python 3.0, Python 3.1
Added file: http://bugs.python.org/file13347/fix_openssl_compile_error.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5497>
_______________________________________


More information about the New-bugs-announce mailing list