1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

Remove the ssl_toolkit_compat layer, which is no longer needed

after support for non-OpenSSL toolkits has been dropped.

Replace macros by their value proper where feasible, and keep
those definitions in ssl_private.h which depend on specific
OpenSSL versions.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1154687 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Kaspar Brand
2011-08-07 10:34:31 +00:00
parent 1eb818742f
commit 7bd59fd67a
13 changed files with 198 additions and 315 deletions

View File

@@ -139,15 +139,15 @@ void ssl_log_cxerror(const char *file, int line, int level,
serial ? serial : "-unknown-");
if (sname) {
modssl_free(sname);
OPENSSL_free(sname);
}
if (iname) {
modssl_free(iname);
OPENSSL_free(iname);
}
if (serial) {
modssl_free(serial);
OPENSSL_free(serial);
}
if (bn) {