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

Work correctly with a development version of OpenSSL. I suspect

something similar is needed when there are two OpenSSL installations,
one in a default location.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1358167 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ben Laurie
2012-07-06 12:41:10 +00:00
parent 7ba4b2b378
commit bb1777a1f9
2 changed files with 45 additions and 31 deletions

View File

@@ -1057,6 +1057,7 @@ static int ssl_server_import_cert(server_rec *s,
"Unable to initialize TLS authz extension: "
"OpenSSL version too low");
ssl_die(s);
#error xx
#endif
}