In Lispworks on XP when I do:
CL-USER 489 > (cl+ssl:make-ssl-client-stream (cl+ssl:stream-fd standard-output))
I get:
Error: A failure in the SSL library occurred on handle #. (Return code: 1)SSL error queue: error:140C5042:SSL routines:SSL_UNDEFINED_FUNCTION:called a function you should not call
Is this something I'm doing wrong?