[PR #268] [MERGED] Core/SSL: MSVC aes warning fix #278

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

📋 Pull Request Information

Original PR: https://github.com/ultimatepp/ultimatepp/pull/268
Author: @ismail-yilmaz
Created: 5/8/2025
Status: Merged
Merged: 5/10/2025
Merged by: @mirek-fidler

Base: masterHead: aes_warning_fix


📝 Commits (3)

  • 7e37953 Core/SSL: Aes256Gcm: Method name corrected (Chunksize to ChunkSize).
  • 8a1f7d6 Core/SSL: MSVC warning supressed.
  • 17a65a2 Core/SSL: Cosmetics

📊 Changes

3 files changed (+5 additions, -4 deletions)

View changed files

📝 uppsrc/Core/SSL/AES.cpp (+2 -1)
📝 uppsrc/Core/SSL/SSL.h (+1 -1)
📝 uppsrc/Core/SSL/src.tpp/Upp_SSL_AES256GCM_en-us.tpp (+2 -2)

📄 Description

Fixes the MSVC's complaint about possible truncation and corrects a method name (Chunksize -> ChunkSize)


🔄 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/268 **Author:** [@ismail-yilmaz](https://github.com/ismail-yilmaz) **Created:** 5/8/2025 **Status:** ✅ Merged **Merged:** 5/10/2025 **Merged by:** [@mirek-fidler](https://github.com/mirek-fidler) **Base:** `master` ← **Head:** `aes_warning_fix` --- ### 📝 Commits (3) - [`7e37953`](https://github.com/ultimatepp/ultimatepp/commit/7e379538f6a6885df6846208061b7acd59ae6d7c) Core/SSL: Aes256Gcm: Method name corrected (Chunksize to ChunkSize). - [`8a1f7d6`](https://github.com/ultimatepp/ultimatepp/commit/8a1f7d6e65e883179eaf16e9f2e40772f0a61d84) Core/SSL: MSVC warning supressed. - [`17a65a2`](https://github.com/ultimatepp/ultimatepp/commit/17a65a2fb855810bc970535a96e60e7515d61054) Core/SSL: Cosmetics ### 📊 Changes **3 files changed** (+5 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `uppsrc/Core/SSL/AES.cpp` (+2 -1) 📝 `uppsrc/Core/SSL/SSL.h` (+1 -1) 📝 `uppsrc/Core/SSL/src.tpp/Upp_SSL_AES256GCM_en-us.tpp` (+2 -2) </details> ### 📄 Description Fixes the MSVC's complaint about possible truncation and corrects a method name (Chunksize -> ChunkSize) --- <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:44:39 -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#278
No description provided.