Fix no-dgram
authorMatt Caswell <matt@openssl.org>
Fri, 18 Mar 2016 14:17:03 +0000 (14:17 +0000)
committerMatt Caswell <matt@openssl.org>
Fri, 18 Mar 2016 17:07:11 +0000 (17:07 +0000)
commit40a8e9c2effc655413e8283fb31e7cffeeb6154a
tree2007b30b73c0cdbc66f719e55cba09cd1b0ea491
parent6bf73e53b727b4da58973d73d95fa04f922f0c90
Fix no-dgram

A few places in s_client needed some OPENSSL_NO_DTLS guards which fixes
no-dgram.

Reviewed-by: Rich Salz <rsalz@openssl.org>
apps/s_client.c