diff options
author | Jeff Trawick <trawick@apache.org> | 2003-04-04 05:57:10 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2003-04-04 05:57:10 +0200 |
commit | 4901acb22acbea1bfc790c52a7ebecfa5caf37f6 (patch) | |
tree | e5220932c4ff5626c121a35a66435b29846bc43c /include | |
parent | keep changes and mmns in sync. (diff) | |
download | apache2-4901acb22acbea1bfc790c52a7ebecfa5caf37f6.tar.xz apache2-4901acb22acbea1bfc790c52a7ebecfa5caf37f6.zip |
Fix a compile failure with recent OpenSSL and picky compilers
(e.g., OpenSSL 0.9.7a and xlc_r on AIX).
The OpenSSL info callback field changed recently from a generic
function pointer to a specific one, and ssl_callback_LogTracingState
wasn't quite right.
old:
ssl.h: void (*info_callback)();
new:
ssl.h: void (*info_callback)(const SSL *ssl,int type,int val);
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99201 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions