]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
OpenSSL uses void * for callback data, sslc uses char *,
authorDoug MacEachern <dougm@apache.org>
Wed, 27 Mar 2002 01:50:43 +0000 (01:50 +0000)
committerDoug MacEachern <dougm@apache.org>
Wed, 27 Mar 2002 01:50:43 +0000 (01:50 +0000)
commit12aab5c7d2291a84fc263cf8c9216c87ae649edb
treedace3f475539cd7bc17895cde3bd86475f07f658
parent57b30b4bdcc84ad03cea98bd9e30364d8a0cf431
OpenSSL uses void * for callback data, sslc uses char *,
cast to void * to make both happy.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94197 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/ssl_engine_io.c