From: Art Cancro Date: Fri, 25 Nov 2011 20:43:48 +0000 (-0500) Subject: ctdl_openid_curl_easy_init() is a wrapper around curl_easy_init() that also performs... X-Git-Tag: v8.03~19^2~8 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=de4a0517d88b7092c01aa206af48f734e2f9d477;hp=de4a0517d88b7092c01aa206af48f734e2f9d477;p=citadel.git ctdl_openid_curl_easy_init() is a wrapper around curl_easy_init() that also performs all of the settings common to our openID implementation. This may also help us to move to an asynchronous wrapper later on. ---