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

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Fri Feb 8 03:07:47 CST 2019


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


Regards

  Alistair.



More information about the wine-devel mailing list