Appease gcc's Wmaybe-uninitialized
authorEmilia Kasper <emilia@openssl.org>
Thu, 15 Oct 2015 11:27:55 +0000 (13:27 +0200)
committerEmilia Kasper <emilia@openssl.org>
Thu, 15 Oct 2015 14:19:00 +0000 (16:19 +0200)
commitbbafa47b554fa2c89cf944951c170bbe21edf469
tree9139d6be2fd8a34c4a14fa0a3b301ac27a717be4
parent6f73d28c20459034bfd4090494be9fb1a479c8af
Appease gcc's Wmaybe-uninitialized

False positive: gcc (4.8) can't figure out the SSL_IS_DTLS logic.

Reviewed-by: Richard Levitte <levitte@openssl.org>
ssl/s3_srvr.c