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:03 +0000 (12:27 +0100)
commited1de3810d9bffe06fb26c93eb99cde79d4f50fe
tree28f73e7c953e9070ca1692ac7ff265b2b4e8d7be
parentdf35da266d8a2a06308622117d2ed49786318a48
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