8000 Backport "Merge PR #5566: FIX(client,ui): PFS information being incorrect" to 1.4.x by Krzmbrzl · Pull Request #5656 · mumble-voip/mumble · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Backport "Merge PR #5566: FIX(client,ui): PFS information being incorrect" to 1.4.x #5656

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
334 changes: 0 additions & 334 deletions scripts/generate-cipherinfo.py

This file was deleted.

3 changes: 0 additions & 3 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ set(SHARED_SOURCES
"ServerResolver.cpp"
"ServerResolverRecord.cpp"
"SSL.cpp"
"SSLCipherInfo.cpp"
"SSLLocks.cpp"
"Timer.cpp"
"UnresolvedServerAddress.cpp"
Expand Down Expand Up @@ -103,8 +102,6 @@ set(SHARED_HEADERS
"ServerResolver.h"
"ServerResolverRecord.h"
"SSL.h"
"SSLCipherInfo.h"
"SSLCipherInfoTable.h"
"SSLLocks.h"
"Timer.h"
"UnresolvedServerAddress.h"
Expand Down
22 changes: 0 additions & 22 deletions src/SSLCipherInfo.cpp

This file was deleted.

20 changes: 0 additions & 20 deletions src/SSLCipherInfo.h

This file was deleted.

Loading
0