Skip to content

Commit

Permalink
Update src/description.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Paul-Louis Ageneau <[email protected]>
  • Loading branch information
Sean-Der and paullouisageneau authored Jan 9, 2024
1 parent e2f4c7c commit c772945
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/description.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1306,9 +1306,9 @@ CertificateFingerprint::AlgorithmSize(CertificateFingerprint::Algorithm fingerpr
return 48;
case CertificateFingerprint::Algorithm::Sha512:
return 64;
default:
return 0;
}

return 0;
}

std::string CertificateFingerprint::AlgorithmIdentifier(
Expand Down

0 comments on commit c772945

Please sign in to comment.