[cl-plus-ssl-devel] cl+ssl crashing in hunchentoot, and a possible bug in ffi.lisp

Anton Vodonosov avodonosov at yandex.ru
Thu Apr 7 00:22:01 UTC 2011



02.04.2011, 00:28, "JTK" <jetmonk at gmail.com>:
> My mistake; I meant to write:
>
> int SSL_CTX_use_RSAPrivateKey_file(SSL_CTX *ctx, const char *file, int type)
>
> So that I still think that  cl+ssl/ffi.lisp is incorrect where it has:
>
> (cffi:defcfun
>    ("SSL_CTX_use_RSAPrivateKey_file" ssl-ctx-use-rsa-privatekey-file)
>    :int
>  (ctx ssl-ctx)
>  (type :int))
>
> isn't right  (though unused).  But it probably has little to do with the failure under
> threading; it's a benign typo for an unused function.


I committed this fix. Thanks.

Best regards,
- Anton




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