Fix no-dtls builds
authorMatt Caswell <matt@openssl.org>
Fri, 17 Mar 2017 10:21:25 +0000 (10:21 +0000)
committerMatt Caswell <matt@openssl.org>
Fri, 17 Mar 2017 12:37:30 +0000 (12:37 +0000)
commit79037e85140887276476e03ce941b1ff0382543d
tree31e9da9f58c2a75b1ae044139d6d2e187f77b56b
parent153442640dc616a402363120b530e5d32785f918
Fix no-dtls builds

Commits f2ff1432f in master and 14d4d7eda in 1.1.0 broke the no-dtls build
by moving the position of a "#endif" for OPENSSL_NO_DTLS in a change
which is otherwise unrelated to DTLS. This puts it back to where it was.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2974)
(cherry picked from commit 9998b32cb63b0bdd3d014abfa1d70e9a2c20a283)
apps/s_server.c