diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/luaossl.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/luaossl.tex b/doc/luaossl.tex index ddfde04..c3e4463 100644 --- a/doc/luaossl.tex +++ b/doc/luaossl.tex @@ -250,6 +250,10 @@ name & description \\\hline \small{\texttt{SSLEAY\_DIR}} & OpenSSL installation directory description as a string. \\ \end{ctabular} +\subsubsection[\fn{openssl.extensionSupported}]{\fn{openssl.extensionSupported($ext\_type$)}} + +Returns a boolean indicating if the extension $ext\_type$ is handled internally by OpenSSL. + \end{Module} |