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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user