GH706: Use NULL for pointer compare.
authorZhao Junwang <zhjwpku@gmail.com>
Thu, 18 Feb 2016 13:59:32 +0000 (21:59 +0800)
committerRich Salz <rsalz@openssl.org>
Thu, 18 Feb 2016 14:56:02 +0000 (09:56 -0500)
As handshake_func is a function pointer, it should compare to NULL

Signed-off-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>

No differences found