gnutls-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gnutls-dev]GPL/LGPL license changes


From: Werner Koch
Subject: Re: [gnutls-dev]GPL/LGPL license changes
Date: Fri May 17 08:49:01 2002
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/20.7 (i386-debian-linux-gnu)

On Thu, 16 May 2002 20:56:36 +0100, Andrew McDonald said:

> if the GPL bits could be moved to an auxilary library. A GPL'ed app
> could then link with libgnutls and libgnutls-extra to be able to use
> SRP and OpenPGP. Any thoughts?

That is the cleanest approach.

> I guess an application can detect OpenPGP support at run time through
> by calling one of the _openpgp_ functions and SRP through one of the

On ELF systems weak linking can be used to replace the standard
initialization function in the gnutls-extra lib.  One can also do
autoconf magic to call the right initialization function.  Same goes
for a function to learn about the supported extensions.

> way of doing this? Also, is there a way to detect at compile time
> whether SRP or OpenPGP support is available?

gnutls-config should be able to provide this.

  Werner




reply via email to

[Prev in Thread] Current Thread [Next in Thread]