]> granicus.if.org Git - curl/commit
nss: support using libnss on macOS
authorDaniel Gustafsson <daniel@yesql.se>
Wed, 19 Jun 2019 20:28:20 +0000 (22:28 +0200)
committerJay Satiro <raysatiro@yahoo.com>
Sun, 7 Jul 2019 03:40:21 +0000 (23:40 -0400)
commit24e92a71d5a19957a2250c8876d703cc919ae576
tree8f345e809960d188a10d76e4f12c2cfcafe6e1bd
parent67171025031184bb86703746422a88573d9ef3c1
nss: support using libnss on macOS

The file suffix for dynamically loadable objects on macOS is .dylib,
which need to be added for the module definitions in order to get the
NSS TLS backend to work properly on macOS.

Closes https://github.com/curl/curl/pull/4046
lib/vtls/nss.c