s_client: fix not to send a command letter of R
authorShigeki Ohtsu <ohtsu@ohtsu.org>
Thu, 24 Jan 2019 13:45:50 +0000 (22:45 +0900)
committerMatt Caswell <matt@openssl.org>
Sun, 27 Jan 2019 11:59:15 +0000 (11:59 +0000)
commit5478e2100260b8d6f9df77de875f37763d8eeec6
treeca543a3580a40560819156abd1c87771e381a34e
parentd7bcbfd0828616f33008e711eabc6ec00b32e87b
s_client: fix not to send a command letter of R

Before 1.1.0, this command letter is not sent to a server.

CLA: trivial
(cherry picked from commit bc180cb4887c2e82111cb714723a94de9f6d2c35)

Reviewed-by: Ben Kaduk <kaduk@mit.edu>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8081)
apps/s_client.c