===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
lua-luaossl-20161214/config.h.guess-675-#ifndef HAVE_DLADDR
lua-luaossl-20161214/config.h.guess:676:#define HAVE_DLADDR (HAVE_DLOPEN && !_AIX && ((!__GLIBC__ && !AG_MUSL_MAYBE) || HAVE__GNU_SOURCE))
lua-luaossl-20161214/config.h.guess-677-#endif
##############################################
lua-luaossl-20161214/doc/luaossl.tex-272-
lua-luaossl-20161214/doc/luaossl.tex:273:Initializes a new pkey object from the PEM- or DER-encoded key in $string$. $format$ defaults to ``*'', which means to automatically test the input encoding. If $format$ is explicitly ``PEM'' or ``DER'', then only that decoding format is used.
lua-luaossl-20161214/doc/luaossl.tex-274-
##############################################
lua-luaossl-20161214/doc/luaossl.tex-376-
lua-luaossl-20161214/doc/luaossl.tex:377:For all types except ``DirName'', $value$ is a string acceptable to OpenSSL's sanity checks. For an IP address, $value$ must be parseable by the system's \fn{inet\_pton} routine, as IP addresses are stored as raw 4- or 16-byte octets. ``DirName'' takes an \module{openssl.x509.name} object.
lua-luaossl-20161214/doc/luaossl.tex-378-
##############################################
lua-luaossl-20161214/doc/luaossl.tex-454-
lua-luaossl-20161214/doc/luaossl.tex:455:Returns the cryptographic one-way message digest of the certificate. $type$ is the OpenSSL string identifier of the hash type---e.g. ``md5'', ``sha1'' (default), ``sha256'', etc. $format$ specifies the representation of the digest---``s'' for an octet string, ``x'' for a hexadecimal string (default), and ``n'' for an \module{openssl.bignum} number.
lua-luaossl-20161214/doc/luaossl.tex-456-
##############################################
lua-luaossl-20161214/doc/luaossl.tex-514-
lua-luaossl-20161214/doc/luaossl.tex:515:Returns the X.509 `basic constraint' flags. If specified, $which$ should be one of ``CA'' or ``pathLen'', which returns the specified constraint---respectively, a boolean and a number.  If no parameters are specified, returns a table with fields ``CA'' and ``pathLen''.
lua-luaossl-20161214/doc/luaossl.tex-516-
##############################################
lua-luaossl-20161214/src/openssl.c-50-#include <pthread.h>      /* pthread_mutex_init(3) pthread_mutex_lock(3) pthread_mutex_unlock(3) */
lua-luaossl-20161214/src/openssl.c:51:#include <dlfcn.h>        /* dladdr(3) dlopen(3) */
lua-luaossl-20161214/src/openssl.c-52-
##############################################
lua-luaossl-20161214/src/openssl.c-1222-
lua-luaossl-20161214/src/openssl.c:1223:	if (!dladdr((void *)&luaopen__openssl, &info))
lua-luaossl-20161214/src/openssl.c-1224-		goto dlerr;