Returns the version of the loaded OpenSSL library.
comm
openssl-version &optional what => result
what⇩ |
One of the keywords :version , :directory , :platform , :cflags and :built-on . |
result⇩ |
A string. |
The function openssl-version
returns a string specifying the version of the loaded OpenSSL library.
The argument what takes these values:
:version | |
:built-on |
Returns a string specifying when it was built. |
:directory |
Returns where OpenSSL thinks it is installed. |
:platform |
Returns OpenSSL's idea of which platforms it is. |
:cflags |
The compilation command. |
The default value of what is :version
.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:26