mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 07:46:01 +03:00
[PR #2707] [MERGED] externals: Remove need for cryptopp build. #2926
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#2926
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/2707
Author: @squidbus
Created: 3/28/2025
Status: ✅ Merged
Merged: 3/29/2025
Merged by: @georgemoralis
Base:
main← Head:crypto📝 Commits (1)
e79e402externals: Remove need for cryptopp build.📊 Changes
9 files changed (+1399 additions, -56 deletions)
View changed files
📝
.gitmodules(+0 -8)📝
CMakeLists.txt(+3 -1)📝
externals/CMakeLists.txt(+1 -15)➖
externals/cryptopp(+0 -1)➖
externals/cryptopp-cmake(+0 -1)➕
src/common/aes.h(+1195 -0)➕
src/common/sha1.h(+180 -0)📝
src/core/file_format/trp.cpp(+14 -25)📝
src/core/module.cpp(+6 -5)📄 Description
Currently cryptopp is only used for:
Since the uses are so small and simple, this PR replaces cryptopp with small single-header libraries for each case, eliminating a large sub-module dependency from the build which both hasn't been maintained in a while and has caused problems in the past.
Tested by:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.