]> granicus.if.org Git - apache/commit
mod_ssl adjustments to help with using toolkits other than OpenSSL:
authorDoug MacEachern <dougm@apache.org>
Thu, 10 Jan 2002 04:55:19 +0000 (04:55 +0000)
committerDoug MacEachern <dougm@apache.org>
Thu, 10 Jan 2002 04:55:19 +0000 (04:55 +0000)
commit0fca99f5a4f77a116ac9fbfff3ef6d2293630bec
tree27e4c554601f9336b34710c693063de9eca298ae
parentaf77fff9ca6d89eed92af7380eb3e4bd1be486db
 mod_ssl adjustments to help with using toolkits other than OpenSSL:
  Use SSL functions/macros instead of directly dereferencing SSL
  structures wherever possible.
  Add type-casts for the cases where functions return a generic pointer.
  Add $SSL/include to configure search path.
PR:
Obtained from:
Submitted by: Madhusudan Mathihalli <madhusudan_mathihalli@hp.com>
Reviewed by: dougm

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92800 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
acinclude.m4
modules/ssl/mod_ssl.h
modules/ssl/ssl_engine_init.c
modules/ssl/ssl_engine_kernel.c
modules/ssl/ssl_engine_vars.c
modules/ssl/ssl_util.c
modules/ssl/ssl_util_ssl.c