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
