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:27:29 +0000 (12:27 +0100)
commita214feb26bb94ed1fd20d2526ce33d806a8378f0
tree53e728db8cd5e31d33c3d91fb90f721bd7283605
parent7a3a82dbbdaf78969eb15a6363b30a7584594740
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