[cl-plus-ssl-devel] OpenSSL is distributed as two .dll's for WIndows

Vodonosov Anton vodonosov at mail.ru
Sun May 20 17:55:26 UTC 2007


Hello!

I've recently tried cl+ssl on Windows. It doesn't work out of box because OpenSSL for Windows is distributed in two .dlls: libssl32.dll and libeay32.dll; (I've downloaded binary distribution from here: http://www.openssl.org/related/binaries.html).

To get it working we need to add following to the reload.lisp

(cffi:define-foreign-library libeay
  (:windows "libeay32.dll"))

(cffi:use-foreign-library libeay)

Thanks for your efforts and best regards,
-Anton



More information about the cl-plus-ssl-devel mailing list