NextPrevUpTopContentsIndex

openssl-version

 
Function
Summary

Returns the version of the loaded OpenSSL library.

Package

comm

Signature

openssl-version &optional what => result

Arguments

what

One of the keywords :version , :directory , :platform , :cflags and :built-on .

Values

result

A string.

Description

The function openssl-version returns a string specifying the version of the loaded OpenSSL library.

The argument what takes these values:

:version

result is the version string, which looks like:

"OpenSSL 0.9.7i 14 Oct 2005" or

"OpenSSL 0.9.8a 11 Oct 2005"

: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 .

See also

ensure-ssl


LispWorks Reference Manual - 12 Mar 2008

NextPrevUpTopContentsIndex