Nmap Development mailing list archives

MySQL and OpenSSL patch


From: Patrik Karlsson <patrik () cqure net>
Date: Tue, 9 Mar 2010 14:13:38 +0100

Hi,

While I submitted my PostgreSQL scripts a while back I mentioned that I noticed my MySQL scripts were also missing code 
in order to check for OpenSSL.
Here's a patch that I would like to commit that fixes this. The HAVE_SSL check around createLoginHash is probably 
superfluous as it's a local function called only from loginRequest.
LoginRequest starts with:

        if not(HAVE_SSL) then
                return false, "No OpenSSL"
        end     


 Any suggestions?

Attachment: mysql-openssl.patch
Description:



//Patrik
--
Patrik Karlsson
http://www.cqure.net
http://www.twitter.com/nevdull77





_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://seclists.org/nmap-dev/

Current thread: