Commit 3457e7a0 authored by Matt Caswell's avatar Matt Caswell
Browse files

Remove redundant check from SSL_shutdown



The SSL object was being deref'd and then there was a later redundant check
to see if it is NULL. We assume all SSL_foo functions pass a non NULL SSL
object and do not check it.

Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
parent 6703c4ea
Supports Markdown
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