cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: issues with pre-login to pkcs11 slots when using NSS

From: Guenter <lists_at_gknw.net>
Date: Sun, 06 Sep 2009 19:41:30 +0200

Hi Kamil,
Kamil Dudka schrieb:
> On Tue July 14 2009 13:41:08 Claes Jakobsson wrote:
>> I get these warnings when compiling, think they are they worth fixing?
>
> Sure.
>
>> nss.c: In function 'nss_load_crl':
>> nss.c:447: warning: implicit declaration of function
>> 'ATOB_ConvertAsciiToItem'
>> nss.c:447: warning: nested extern declaration of
>> 'ATOB_ConvertAsciiToItem'
>
> These are AFAIK not caused by the patch. We should fix it separately.
ok, so what would you suggest? Either:
#include <base64.h>
or
#include <nss3/base64.h>
?
I think the first one without prefix should be ok now since we renamed
our own base64.h to curl_base64.h, or?

Gün.
Received on 2009-09-06