patchThe 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

Fri 16 Jul 2021 12:12:56 PM UTC, original submission:  

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.

Tomas Rancy <tomatored>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by tomatored (Submitted the item)
  •  

    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

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code