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:39 +0000 (12:25 +0100)
commitcd63f94d4df04d2a15e8386658448c93f39b63d2
tree7d64d8ceb3821a4c6c0f3171f17c732bc6d3f108
parent2054eb771ea29378f90d3a77c2f4015b17de702d
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