orthecreedence / cl-async

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

Use the proper signature for OPENSSL_init_ssl function call #199

Closed ivan4th closed 1 year ago

ivan4th commented 1 year ago

The function accepts an uint64 as its first argument and a pointer as the second one, and passing :int 0 for both has been causing issues on 32-bit systems

orthecreedence commented 1 year ago

Thanks for this!

ivan4th commented 1 year ago

You're welcome :)