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:57:31 +0000 (12:57 +0100)
commit0baaff1a76d4c91b9c1121059be63175454d7b03
tree7d8721b050f30ffe1641715241eff75002f6f1af
parent98ece4eebfb6cd45cc8d550c6ac0022965071afc
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>
crypto/bio/bss_dgram.c