[PR #153] [MERGED] Core/SSH: OpenSSL 3.0 deprecation warnings are suppressed. #191

Closed
opened 2026-05-05 03:42:38 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ultimatepp/ultimatepp/pull/153
Author: @ismail-yilmaz
Created: 4/21/2023
Status: Merged
Merged: 4/22/2023
Merged by: @mirek-fidler

Base: masterHead: SSH_OpenSSL3_Compat


📝 Commits (1)

  • f2ab614 Core/SSH: OpenSSL 3.0 deprecation warnings are suppressed.

📊 Changes

1 file changed (+9 additions, -0 deletions)

View changed files

📝 uppsrc/Core/SSH/libssh2/libssh2_config.h (+9 -0)

📄 Description

OpenSSL has deprecated a bunch of API calls with the version >= 3.0.
This patch suppresses the deprecation warnings by instructing the compiler to compile the OpenSSL library in compatibliity mode.

Please review.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ultimatepp/ultimatepp/pull/153 **Author:** [@ismail-yilmaz](https://github.com/ismail-yilmaz) **Created:** 4/21/2023 **Status:** ✅ Merged **Merged:** 4/22/2023 **Merged by:** [@mirek-fidler](https://github.com/mirek-fidler) **Base:** `master` ← **Head:** `SSH_OpenSSL3_Compat` --- ### 📝 Commits (1) - [`f2ab614`](https://github.com/ultimatepp/ultimatepp/commit/f2ab61413b3e1b290a1ba7461db138b7a3886d1c) Core/SSH: OpenSSL 3.0 deprecation warnings are suppressed. ### 📊 Changes **1 file changed** (+9 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `uppsrc/Core/SSH/libssh2/libssh2_config.h` (+9 -0) </details> ### 📄 Description OpenSSL has deprecated a bunch of API calls with the version >= 3.0. This patch suppresses the deprecation warnings by instructing the compiler to compile the OpenSSL library in compatibliity mode. Please review. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 03:42:38 -06:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/ultimatepp#191
No description provided.