]> granicus.if.org Git - apache/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)
commit0968895c8ad7a87c35198213979719074b086ca2
tree2b18232444a3643a6f6d37679c90b46348f03229
parentf74d7f0f69c1b3697c9f0af126e516d08c87adf6
  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@100110 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/mod_ssl.c