Fix a few missed "if (!ptr)" cleanups
authorRich Salz <rsalz@akamai.com>
Mon, 23 Nov 2015 18:30:04 +0000 (13:30 -0500)
committerRich Salz <rsalz@openssl.org>
Mon, 23 Nov 2015 18:51:23 +0000 (13:51 -0500)
commitcc99bfa76bd25e40672841c78db9cc171be5488b
treea6b7cfeb46abbd525e2597d70f820450b5de127e
parente44380a990a3edf1cd0c190c6459c8c026d53646
Fix a few missed "if (!ptr)" cleanups

And a scalar !x --> x==0 test
Reviewed-by: Kurt Roeckx <kurt@openssl.org>
crypto/bio/bio_lib.c
crypto/x509/x_x509.c
ssl/ssl_sess.c