apps/s_client.c: add missing null check
authorKaoruToda <kunnpuu@gmail.com>
Thu, 19 Oct 2017 14:41:03 +0000 (23:41 +0900)
committerAndy Polyakov <appro@openssl.org>
Sun, 22 Oct 2017 19:31:20 +0000 (21:31 +0200)
commitf84a648ca1da0177e7ed1d4b50312c5dd6a2c0c8
tree38de7282c2c67a1b5f87debcb73c325e47121df7
parent0c1aaa24cc30de8d793f965f4a01863a25773a50
apps/s_client.c: add missing null check
apps/s_server.c: remove unnecessary null check

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4558)
apps/s_client.c
apps/s_server.c