]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/tls-gnutls.c
Drop _httpTLSSetCredentials - not implemented or used.
[thirdparty/cups.git] / cups / tls-gnutls.c
index 976e8a5e2e46a9b26edb70f2e9d2fe176ab37ebd..71125073ce4658e1b100a999607c4da24b799cc6 100644 (file)
@@ -1209,19 +1209,6 @@ _httpTLSRead(http_t *http,               /* I - Connection to server */
 }
 
 
-/*
- * '_httpTLSSetCredentials()' - Set the TLS credentials.
- */
-
-int                                    /* O - Status of connection */
-_httpTLSSetCredentials(http_t *http)   /* I - Connection to server */
-{
-  (void)http;
-
-  return (0);
-}
-
-
 /*
  * '_httpTLSSetOptions()' - Set TLS protocol and cipher suite options.
  */