ssl bucket handling question

mark <[email protected]> Fri, 24 Oct 2003 13:36:59 -0400 (EDT)
Newsgroups gmane.comp.apache.apr.serf.devel
Message-ID <[email protected]>

Why does

serf_bucket_ssl.c:96:        ssl_read_socket(context, buf, buflen);

call ssl_read_socket (which is not in openssl has far as I can see)
instead of SSL_read?

Anyone know?
I'm assuming they are congruent, and I just defined:
#define ssl_read_socket(ctx, buf, len)   SSL_read(ctx, buf, len)

in serf_config.h


--mark



  [email protected]  http://node.to/~mark   7123 3F7B 10EC 7122 2F8B
  http://node.to/keys/mark.asc         B474 B09D 6ED7 3FB0 09E8