Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
silence static analyser with additional checks (aws#1123)
Our static analyser caught some places where we weren't checking the return type before the value was used. Only the missing check in ssl_set_cert was detected. The analyser didn't complain about cert_set_chain_and_key, but I added a comment there for clarification.
- Loading branch information