From: Albert Astals Cid Date: Tue, 5 Dec 2017 09:23:36 +0000 (+0100) Subject: Fix compilation X-Git-Tag: v2.3b1~38^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f32ec93ad8609a38f943ab8ebae5dd4dd2e209c;p=thirdparty%2Fcups.git Fix compilation --- diff --git a/cups/tls-gnutls.c b/cups/tls-gnutls.c index 28a471c91b..7a3767eb23 100644 --- a/cups/tls-gnutls.c +++ b/cups/tls-gnutls.c @@ -1217,7 +1217,9 @@ _httpTLSSetCredentials(http_t *http) /* I - Connection to server */ */ void -_httpTLSSetOptions(int options) /* I - Options */ +_httpTLSSetOptions(int options, /* I - Options */ + int min_version, /* I - Minimum TLS version */ + int max_version) /* I - Maximum TLS version */ { if (!(options & _HTTP_TLS_SET_DEFAULT) || tls_options < 0) {