mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:17:45 +00:00
LibTLS: Change CertificateKeyAlgorithm from enum to struct
This commit is contained in:
parent
0329ddf46a
commit
4043c89310
4 changed files with 97 additions and 134 deletions
|
@ -18,6 +18,7 @@ namespace Crypto {
|
|||
namespace Hash {
|
||||
|
||||
enum class HashKind {
|
||||
Unknown,
|
||||
None,
|
||||
SHA1,
|
||||
SHA256,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue