Florian Weimer <[EMAIL PROTECTED]> wrote:
> * Kurt Roeckx:
> 
> > Your package is missing a build dependency on ssl-dev, resulting
> > in the following error:
> > cc -g -O2 -Wall  '-DSHA1_HEADER="mozilla-sha1/sha1.h"'   -c -o epoch.o 
> > epoch.c
> > epoch.c:14:24: error: openssl/bn.h: No such file or directory
> 
> For licensing reasons, the build dependency should be one of the
> Mozilla libraries (NSPR?), not OpenSSL.

I agree, it needs do Build-Depend on openssl for now.

epoch uses openssl for the bignums, not for the SSL.  We already got
rid of all the SSL stuff by using the Mozilla SSL implementation.
Getting rid of this last openssl dependency will require significant
changes (reimplementation or feature removal).

There is talk upstream of getting rid of epoch's openssl usage; until
that happens I'd rather leave it in.


-- 
Sebastian Kuzminsky


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to