Fix IP_MTU_DISCOVER typo
authorPer Allansson <per.allansson@cryptzone.com>
Tue, 2 Jun 2015 08:38:28 +0000 (09:38 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 2 Jun 2015 11:59:11 +0000 (12:59 +0100)
commit188f3f976764f2b0d486448a5054ea711f9b8abe
treef8e57411b29c622e9591f0ff14222308f91c3160
parent27c76b9b8010b536687318739c6f631ce4194688
Fix IP_MTU_DISCOVER typo

The code in bss_dgram.c checks if IP_MTUDISCOVER is defined, where it
should test for IP_MTU_DISCOVER

RT#3888

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(cherry picked from commit 0baaff1a76d4c91b9c1121059be63175454d7b03)
crypto/bio/bss_dgram.c