]> granicus.if.org Git - openssl/commit
Ensure the dtls1_get_*_methods work with DTLS_ANY_VERSION
authorMatt Caswell <matt@openssl.org>
Fri, 30 Oct 2015 16:28:50 +0000 (16:28 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 5 Nov 2015 15:05:58 +0000 (15:05 +0000)
commitcf0113eb47111b437658844bfc1ea87c38ca19ad
tree7968343fcece90a62842cef9a27f9dd3c398b33b
parent3d866ea67e8b19777e88ac2a78ee4188e0983168
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/methods.c