]> granicus.if.org Git - curl/commit
darwinssl: fix compiler warning
authorMarcel Raad <Marcel.Raad@teamviewer.com>
Fri, 4 Aug 2017 20:47:16 +0000 (22:47 +0200)
committerMarcel Raad <Marcel.Raad@teamviewer.com>
Fri, 4 Aug 2017 22:11:01 +0000 (00:11 +0200)
commit61046e7bd59fc5f2ab2e7b1f0b89e2b5a90ae8c7
treebc1a28a98e2be7c45307f16e936e819eb18414a7
parent54aef857b37b5da730dce693d4df04d0a232a0c8
darwinssl: fix compiler warning

clang complains:
vtls/darwinssl.c:40:8: error: extra tokens at end of #endif directive
[-Werror,-Wextra-tokens]

This breaks the darwinssl build on Travis. Fix it by making this token
a comment.

Closes https://github.com/curl/curl/pull/1734
lib/vtls/darwinssl.c