]> granicus.if.org Git - curl/commit
- I did a cleanup of the internal generic SSL layer and how the various SSL
authorDaniel Stenberg <daniel@haxx.se>
Wed, 11 Jun 2008 17:01:58 +0000 (17:01 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 11 Jun 2008 17:01:58 +0000 (17:01 +0000)
commit04d5c8fb779afdb4f7e85a701f8b4b987a4016ee
tree622d3243f17ed29f4df5b3405de5a78599b86e32
parent5980b3cbb09c4c06340433041b825cc9bed00eca
- I did a cleanup of the internal generic SSL layer and how the various SSL
  libraries are supported. Starting now, each underlying SSL library support
  code does a set of defines for the 16 functions the generic layer (sslgen.c)
  uses (all these new function defines use the prefix "curlssl_"). This
  greatly simplified the generic layer in readability by involving much less
  #ifdefs and other preprocessor stuff and should make it easier for people to
  make libcurl work with new SSL libraries.

  Hopefully I can later on document these 16 functions somewhat as well.

  I also made most of the internal SSL-dependent functions (using Curl_ssl_
  prefix) #defined to nothing when no SSL support is requested - previously
  they would unnecessarily call mostly empty functions.
CHANGES
lib/gtls.h
lib/nss.c
lib/nssg.h
lib/qssl.h
lib/sslgen.c
lib/sslgen.h
lib/ssluse.c
lib/ssluse.h