]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
OpenSSL_add_all_algorithms is simply an alias for SSL_load_library.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 30 May 2003 21:35:04 +0000 (21:35 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 30 May 2003 21:35:04 +0000 (21:35 +0000)
commitb9ed71ba7ca75f0c803fd0542da655b6544a8aa9
tree70d1e69a2d1c8a72b14f0be78a18630c8d9b639d
parent87af2f9520f4dd971c2974404f7189b5d4e65a9b
  OpenSSL_add_all_algorithms is simply an alias for SSL_load_library.

  Note that the entire schema of what-we-load-how follows from
  OpenSSL 0.9.7's own apps/ example applications.  More review
  is greatly desired, but that's where I believed I should
  start looking for the 'correct' order of operations.

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