The eXtended osip library - Patches: patch #10087, Build error with openssl v1.1.1
You are not allowed to post comments on this tracker with your current authentication level.
patch #10087: Build error with openssl v1.1.1
Submitter: | Tomas Rancy <tomatored> | ||
Submitted: | Fri 16 Jul 2021 12:12:56 PM UTC | ||
Category: | None | Priority: | 5 - Normal |
Status: | None | Privacy: | Public |
Assigned to: | None | Open/Closed: | Open |
Attached Files
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follows 1 latest change.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2021-07-16 | tomatored | Attached File | - | ![]() |
Added 0001-ssl-Build-fix-with-openssl-v111.patch, #51668 |
In the src/eXtl_tls.c used SSL_get_peer_tmp_key function. Call the function is under condition OPENSSL_VERSION_NUMBER >= 0x10101000L (v1.1.1) but SSL_get_peer_tmp_key has been added in openssl v1.1.1a. (0x1010101fL)
I made a patch. Please apply it.