New Meta commit
This commit is contained in:
parent
fccf66fba2
commit
2b99f2f5ea
183 changed files with 13333 additions and 14421 deletions
|
|
@ -213,7 +213,6 @@ std::string Certificate::getFingerprintSha256(){
|
|||
|
||||
uint8_t fingerprint_raw[32] ={};
|
||||
uint8_t fingerprint_hex[128] ={};
|
||||
mbedtls_md_type_t hash_type = MBEDTLS_MD_SHA256;
|
||||
|
||||
mbedtls_sha256(cert.raw.p, cert.raw.len, fingerprint_raw, 0);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue