]> git.ipfire.org Git - thirdparty/apache/httpd.git/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)
commitbc06bf5400920c96c4c7265b5e427cd5be928383
tree7821f1b5ea8b2ff7716f1f8af903ded41e87d582
parent86b5bf08bcb3e7c5c8ee9a250ad2204a663baa4d
 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/modules/ssl@92800 13f79535-47bb-0310-9956-ffa450edef68
mod_ssl.h
ssl_engine_init.c
ssl_engine_kernel.c
ssl_engine_vars.c
ssl_util.c
ssl_util_ssl.c