Don't allow -www etc options with DTLS.
authorDr. Stephen Henson <steve@openssl.org>
Tue, 15 Jul 2014 11:22:49 +0000 (12:22 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 15 Jul 2014 11:25:19 +0000 (12:25 +0100)
commitd4dbabb814cbf8b886f778834609aa614f48d502
tree7cab897e033fced1db571cf366795f9c1911cf4b
parentc71e37aa6c7d2ad379a37768b6599cd7904c2f9e
Don't allow -www etc options with DTLS.

The options which emulate a web server don't make sense when doing DTLS.
Exit with an error if an attempt is made to use them.

PR#3453
(cherry picked from commit 58a2aaeade8bdecd0f9f0df41927f7cff3012547)
apps/s_server.c