Fix some spacing issues in the SHA1 and ap_validate_password changes. ap_validate_password() isn't called by anything in the core, so the link may well omit it -- causing DSO mod_auth* modules to fail to load. Force a reference to it into the core server so that won't happen. As soon as ap_checkpass.c includes any other symbols routinely referenced by the core, the kludge at the bottom of http_main.c can go away. Or earlier, if someone finds a better solution. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@83556 13f79535-47bb-0310-9956-ffa450edef68
Loading
Please sign in to comment