Signed-off-by: Alistair Leslie-Hughes leslie_alistair@hotmail.com --- dlls/secur32/schannel_gnutls.c | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/dlls/secur32/schannel_gnutls.c b/dlls/secur32/schannel_gnutls.c index ddb10ac..48d4284 100644 --- a/dlls/secur32/schannel_gnutls.c +++ b/dlls/secur32/schannel_gnutls.c @@ -54,6 +54,12 @@ static int (*pgnutls_cipher_get_block_size)(gnutls_cipher_algorithm_t); /* Not present in gnutls version < 3.4.0. */ static int (*pgnutls_privkey_export_x509)(gnutls_privkey_t, gnutls_x509_privkey_t *);
+static int gnutls_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 *); + static void *libgnutls_handle; #define MAKE_FUNCPTR(f) static typeof(f) * p##f MAKE_FUNCPTR(gnutls_alert_get);
Hi,
While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check?
Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=47301
Your paranoid android.
=== debian9 (build log) ===
../../../wine/dlls/secur32/schannel_gnutls.c:57:12: error: static declaration of ‘gnutls_privkey_import_rsa_raw’ follows non-static declaration Makefile:349: recipe for target 'schannel_gnutls.o' failed Makefile:8660: recipe for target 'dlls/secur32' failed Task: The win32 build failed
=== debian9 (build log) ===
../../../wine/dlls/secur32/schannel_gnutls.c:57:12: error: static declaration of ‘gnutls_privkey_import_rsa_raw’ follows non-static declaration Makefile:342: recipe for target 'schannel_gnutls.o' failed Makefile:8383: recipe for target 'dlls/secur32' failed Task: The wow64 build failed