mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 06:17:34 +00:00
LibTLS: Rework method names and arrangement in cpp files
This commit only moves and renames methods. The code hasn't changed.
This commit is contained in:
parent
6d190b299e
commit
851e254e8f
9 changed files with 886 additions and 862 deletions
|
@ -2,9 +2,10 @@ add_compile_options(-Wvla)
|
|||
|
||||
set(SOURCES
|
||||
Certificate.cpp
|
||||
ClientHandshake.cpp
|
||||
Exchange.cpp
|
||||
Handshake.cpp
|
||||
HandshakeCertificate.cpp
|
||||
HandshakeClient.cpp
|
||||
HandshakeServer.cpp
|
||||
Record.cpp
|
||||
Socket.cpp
|
||||
TLSv12.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue