From: Michael R Sweet Date: Wed, 28 May 2025 16:32:36 +0000 (-0400) Subject: Remove bogus httpSetCredentialsAndKey prototype. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e964379357f2d8f7aa01a83b8b70c0ac0540699a;p=thirdparty%2Fcups.git Remove bogus httpSetCredentialsAndKey prototype. --- diff --git a/cups/http.h b/cups/http.h index bb6815608d..cd403b7dc2 100644 --- a/cups/http.h +++ b/cups/http.h @@ -498,8 +498,7 @@ extern http_uri_status_t httpSeparateURI(http_uri_coding_t decoding, const char extern void httpSetAuthString(http_t *http, const char *scheme, const char *data) _CUPS_PUBLIC; extern void httpSetBlocking(http_t *http, bool b) _CUPS_PUBLIC; extern void httpSetCookie(http_t *http, const char *cookie) _CUPS_PUBLIC; -extern int httpSetCredentials(http_t *http, cups_array_t *certs) _CUPS_DEPRECATED_MSG("Use httpSetCredentialsAndKey instead."); -extern bool httpSetCredentialsAndKey(http_t *http, const char *credentials, const char *key) _CUPS_PUBLIC; +extern int httpSetCredentials(http_t *http, cups_array_t *certs) _CUPS_DEPRECATED_MSG("Use cupsSetClientCredentials instead."); extern void httpSetDefaultField(http_t *http, http_field_t field, const char *value) _CUPS_PUBLIC; extern bool httpSetEncryption(http_t *http, http_encryption_t e) _CUPS_PUBLIC; extern void httpSetExpect(http_t *http, http_status_t expect) _CUPS_PUBLIC;