share: don't use SSL unless enabled
authorDaniel Stenberg <daniel@haxx.se>
Mon, 3 Oct 2011 20:32:36 +0000 (22:32 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 3 Oct 2011 20:35:04 +0000 (22:35 +0200)
commit15e3e451702396e870c00d186ff7710792a1f28e
tree34e35da4099da75a29062735548773692d354d09
parent9dd85bced56f6951107f69e581c872c1e7e3e58e
share: don't use SSL unless enabled

Don't even declare the struct members for disabled features

Introducing the CURLSHE_NOT_BUILT_IN return code for the share interface
when trying to set a sharing option that has been disabled (or not
enabled) in the library.
docs/libcurl/libcurl-errors.3
docs/libcurl/symbols-in-versions
include/curl/curl.h
lib/share.c
lib/share.h
lib/strerror.c