]> granicus.if.org Git - curl/commit
darwinssl: fix variable type mistake (regression)
authorDaniel Stenberg <daniel@haxx.se>
Thu, 27 Jul 2017 16:30:11 +0000 (18:30 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 27 Jul 2017 16:30:11 +0000 (18:30 +0200)
commit7551e55d6614cddb039602e08f3d7aa302299617
tree8c8a616c0c4e1a51bf3a5b5243b2fc2de7cefa43
parent02c7a2ccabf3b21f881faacf286b4308c4ace1bc
darwinssl: fix variable type mistake (regression)

... which made --tlsv1.2 not work because it would blank the max tls
version variable.

Reported-by: Nick Miyake
Bug: #1703
lib/vtls/darwinssl.c