New submission from Mike Gilbert:

Some effort was made to port Python to OpenSSL 1.1.0 (see issue 26470). 
However, the code still uses several deprecated functions, and fails to compile 
against OpenSSL 1.1.0 if these functions are disabled.

This may be replicated by building OpenSSL with --api=1.1.0. This will disable 
all functions marked as deprecated.

I have attached a build log from the cpython master branch.

Downstream bug: https://bugs.gentoo.org/show_bug.cgi?id=592480

----------
components: Library (Lib)
files: build.log
messages: 291236
nosy: floppymaster
priority: normal
severity: normal
status: open
title: OpenSSL 1.1.0 deprecated functions
type: compile error
versions: Python 3.7
Added file: http://bugs.python.org/file46782/build.log

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30008>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to