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:32:41 +0000 (12:32 +0100)
commit199772e53427ca921c289471c1344d454781fcc0
tree68826ea3e95b5c65c9909d3e4bfbd2fa80eea72e
parent6c0a1e2f8c5efc3dd4a8d4722465721034b55d92
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
apps/s_server.c