orthecreedence / cl-async

Asynchronous IO library for Common Lisp.
MIT License
272 stars 40 forks source link

SSL libs fail to load on MS Windows #185

Closed Symbolics closed 3 years ago

Symbolics commented 3 years ago

package.lisp says:

;; NOTE: the loading code is verbatim from cl+ssl

That may have been true at one time, but it doesn't successfully load any more. Using the latest CFFI loading code from cl+ssl does work.