Provide a libcurl API for setting mutex callbacks in the underlying SSL
authorDaniel Stenberg <daniel@haxx.se>
Sat, 24 Jun 2006 15:21:49 +0000 (15:21 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 24 Jun 2006 15:21:49 +0000 (15:21 +0000)
commit25411e01db2a71761327c09139708f8b34163a4e
treec2de3b76ab2aae08b6cd5f779be5e072b797f9f7
parenta8ac6f1dc15056d39668bbed48fa9e7fee5e789a
Provide a libcurl API for setting mutex callbacks in the underlying SSL
library, so that the same application code can use mutex-locking
independently of OpenSSL or GnutTLS being used.
docs/TODO