Jeffrey Pohlmeyer wrote:

> I am getting an error when linking cherokee-0.4.21 with gnutls-1.2.3 :
>   undefined reference to 'gnutls_certificate_set_rsa_params'
> 
> The "NEWS" file in gnutls says the function was renamed 
> to "gnutls_certificate_set_rsa_export_params" on 2003-03-28
> 
> So I added this line in virtual_server.c :
> 
> #define gnutls_certificate_set_rsa_params \
>         gnutls_certificate_set_rsa_export_params

  It will be fixed for the next release.
  Thank you for the update!! :-)

-- 
Greetings, alo.
http://www.alobbs.com
_______________________________________________
Cherokee mailing list
[email protected]
http://www.alobbs.com/cgi-bin/mailman/listinfo/cherokee

Reply via email to