




 
21.6.3.4  Mapping Lisp names to C names
To find the C name from the LISP function name:
- 
the hyphens need to be replaced by underscores, and
- 
the initial SSL or SSL_CTX has to be in uppercase, and
- 
the rest has to be lowercase, except that 
- 
the following phrases are cased specially, like this:  "RSAPrivateKey", "DSH ", "ASN1", "CA", "PrivateKey"
LispWorks User Guide and Reference Manual - 21 Dec 2011





