[PATCH v2] secur32: Fix compile error on older gnutls.

Hans Leidekker hans at codeweavers.com
Fri Feb 8 04:22:00 CST 2019


On Fri, 2019-02-08 at 09:07 +0000, Alistair Leslie-Hughes wrote:
> On 8/2/19 6:54 pm, Hans Leidekker wrote:
> > On Thu, 2019-02-07 at 23:41 +0000, Alistair Leslie-Hughes wrote:
> > > +static int (*pgnutls_privkey_import_rsa_raw)(gnutls_privkey_t, const gnutls_datum_t *,
> > > +                                        const gnutls_datum_t *, const gnutls_datum_t *,
> > > +                                        const gnutls_datum_t *, const gnutls_datum_t *,
> > > +                                        const gnutls_datum_t *, const gnutls_datum_t *,
> > > +                                        const gnutls_datum_t *);
> > > +
> > 
> > What version of GnuTLS is that? It would be nice to have a comment
> > stating the version that makes the function available, like we have for
> > the other functions that aren't available everywhere.
> 
> I'm using Mint 17.3 which using the ubuntu trusty release
> 
> libgnutls-dev 3.2.11-2ubuntu1.1
> 
> 
> It appears gnutls_privkey_import_rsa_raw was introduced
> 
> https://www.gnutls.org/abi-tracker/changelog/gnutls/3.4.4/log.html

That page says it was added in version 3.3.0 (released 2014-04-10).
Could you add a comment and resubmit?




More information about the wine-devel mailing list