diff --git a/nselib/openssl.luadoc b/nselib/openssl.luadoc index 15119e235..7d5c7e730 100644 --- a/nselib/openssl.luadoc +++ b/nselib/openssl.luadoc @@ -7,13 +7,13 @@ -- OpenSSL support was enabled at compile time. Scripts using the module should -- be made to fail gracefully using code like the following: -- \n\n --- if not pcall(require, "openssl") then --- action = function(host, port) --- stdnse.print_debug(2, "Skipping \"%s\" because OpenSSL is missing.", id) --- end --- end --- action = action or function(host, port) --- ... +-- if not pcall(require, "openssl") then\n +-- action = function(host, port)\n +-- stdnse.print_debug(2, "Skipping \"%s\" because OpenSSL is missing.", id)\n +-- end\n +-- end\n +-- action = action or function(host, port)\n +-- ...\n -- end -- @author Sven Klemm -- @copyright See nmaps COPYING for licence