On the ocsp-verification branch: Instead of conditionally defining
empty structs, which is somewhat invalid in traditional C, just don't
define them at all; the APIs deal with pointers, so the forward
declarations will do well enough.

* buckets/ssl_buckets.c
  (serf_ssl_ocsp_request_t, serf_ssl_ocsp_response_t):
   Do not define these structures when OPENSSL_NO_OCSP is defined.

Found by: zhakov


git-svn-id: https://svn.apache.org/repos/asf/serf/branches/ocsp-verification@1774537 13f79535-47bb-0310-9956-ffa450edef68
1 file changed