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 d2bcaa3 commit 2c9827e
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 @@ -1324,9 +1324,9 @@ std::string CertificateFingerprint::AlgorithmIdentifier(
return "sha-256";
case CertificateFingerprint::Algorithm::Sha512:
return "sha-512";
default:
return "unknown";
}

return "";
}

bool CertificateFingerprint::isValid() const {
Expand Down

0 comments on commit 2c9827e

Please sign in to comment.