diff options
author | Matt Caswell <matt@openssl.org> | 2015-11-09 15:31:27 +0000 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2015-11-09 15:36:19 +0000 |
commit | 3457e7a087a643cb65d67d9d72ec5983a02f5dfe (patch) | |
tree | 8f0b1a89d91fcf19aea4f1d7f6cb47c9c4498cd0 /crypto/pkcs7 | |
parent | 6703c4ea87b30554283deaa5df1f8d68725d3ee4 (diff) | |
download | openssl-new-3457e7a087a643cb65d67d9d72ec5983a02f5dfe.tar.gz |
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: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'crypto/pkcs7')
0 files changed, 0 insertions, 0 deletions