]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Solve SSL-C breakage introduced in mod_ssl.h rev 1.129 and
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 5 Apr 2003 22:45:28 +0000 (22:45 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 5 Apr 2003 22:45:28 +0000 (22:45 +0000)
commitd51f26896197689a5d9c5301947f93c141803360
treebdce27a8bdd52d429b7490a904c3265bd7c65e03
parente362d581aa7831e45ac9d07a0deaee592d7a82e2
  Solve SSL-C breakage introduced in mod_ssl.h rev 1.129 and
  ssl_engine_kernel.c rev 1.88.  SSL* is not const under SSL-C.

  I've confirmed Jeff's comment that the original patch doesn't harm
  earlier OpenSSL versions which declared no arguments at all.

  I suspect now that we could fold
     #define MODSSL_BIO_CB_ARG_TYPE const char
     #define MODSSL_CRYPTO_CB_ARG_TYPE const char
     #define MODSSL_INFO_CB_ARG_TYPE const SSL*
  into a single MODSSL_CB_ARG_CONST define, but this works for now.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@99263 13f79535-47bb-0310-9956-ffa450edef68
mod_ssl.h
ssl_engine_kernel.c
ssl_toolkit_compat.h