Ensure the dtls1_get_*_methods work with DTLS_ANY_VERSION
authorMatt Caswell <matt@openssl.org>
Wed, 4 Nov 2015 14:46:03 +0000 (14:46 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 4 Nov 2015 14:46:03 +0000 (14:46 +0000)
commit0c0f1361b29080380031b709f470e5bb3644e484
treea8513ff8b192ce192386f9e35906799b4ecdd87b
parentca3658e0000b7051ccf1610cbcf73adb87062869
Ensure the dtls1_get_*_methods work with DTLS_ANY_VERSION

The various dtls1_get*_methods did not handle the DTLS_ANY_VERSION case,
so this needed to be added.

Reviewed-by: Tim Hudson <tjh@openssl.org>
ssl/d1_clnt.c
ssl/d1_meth.c
ssl/d1_srvr.c