]> granicus.if.org Git - curl/commit
cyassl: Set minimum protocol version before CTX callback
authorJay Satiro <raysatiro@yahoo.com>
Fri, 3 Apr 2015 06:11:35 +0000 (02:11 -0400)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 3 Apr 2015 08:51:58 +0000 (10:51 +0200)
commitf203edc544e1fb902fbc950e47d04e1505c594de
tree1fab569d326c010449e922c1c98c00a8a8c75d67
parente2a9ebb32178d8ac251cea70c4bb681ec478c6c1
cyassl: Set minimum protocol version before CTX callback

This change is to allow the user's CTX callback to change the minimum
protocol version in the CTX without us later overriding it, as we did
prior to this change.
lib/vtls/cyassl.c