Commit d53d88b0 authored by Chad MILLER's avatar Chad MILLER

Update to change for bug 39178. Revert error-handling change, perhaps

temporarily if yassl maintainer has plans for other error handling.
parent 918a8c46
......@@ -265,7 +265,7 @@ int CertManager::Validate()
TaoCrypt::CertDecoder cert(source, true, &signers_, verifyNone_);
int err = cert.GetError().What();
if ( err && err != TaoCrypt::SIG_OTHER_E)
if ( err )
return err;
uint sz = cert.GetPublicKey().size();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment