mirror of
https://github.com/arun11299/cpp-jwt.git
synced 2025-05-15 01:08:31 +00:00
Clarify public key documentation and errors
This commit is contained in:
parent
42536e5f01
commit
11cb283483
5 changed files with 19 additions and 2 deletions
|
@ -91,7 +91,7 @@ verify_result_t PEMSign<Hasher>::verify(
|
|||
ev_pkey_deletor};
|
||||
|
||||
if (!pkey) {
|
||||
ec = AlgorithmErrc::VerificationErr;
|
||||
ec = AlgorithmErrc::InvalidKeyErr;
|
||||
return { false, ec };
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue