mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Remove the ssl_toolkit_compat layer, which is no longer needed
after support for non-OpenSSL toolkits has been dropped. Replace macros by their value proper where feasible, and keep those definitions in ssl_private.h which depend on specific OpenSSL versions. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1154687 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1872,7 +1872,7 @@ void ssl_io_filter_register(apr_pool_t *p)
|
||||
#define DUMP_WIDTH 16
|
||||
|
||||
static void ssl_io_data_dump(server_rec *srvr,
|
||||
MODSSL_BIO_CB_ARG_TYPE *s,
|
||||
const char *s,
|
||||
long len)
|
||||
{
|
||||
char buf[256];
|
||||
@@ -1937,7 +1937,7 @@ static void ssl_io_data_dump(server_rec *srvr,
|
||||
}
|
||||
|
||||
long ssl_io_data_cb(BIO *bio, int cmd,
|
||||
MODSSL_BIO_CB_ARG_TYPE *argp,
|
||||
const char *argp,
|
||||
int argi, long argl, long rc)
|
||||
{
|
||||
SSL *ssl;
|
||||
|
Reference in New Issue
Block a user