]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Support for OpenSSL 1.1.0:
authorRainer Jung <rjung@apache.org>
Sun, 20 Mar 2016 13:21:46 +0000 (13:21 +0000)
committerRainer Jung <rjung@apache.org>
Sun, 20 Mar 2016 13:21:46 +0000 (13:21 +0000)
commitf048635f6f068fa7bfe40a48d288666583ecfede
tree5af069d9f0fe2b6c219eaca18241ceeb805ce241
parent37b136b29ced6160b24218e73557518f69c9f125
Support for OpenSSL 1.1.0:
- SRP_VBASE_get_by_user() is deprecated now,
  one should use SRP_VBASE_get1_by_user()
  instead. The new function returns a pointer
  owned by the callee. It must be freed after
  use.

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