From: mike Date: Wed, 3 Apr 2013 12:00:52 +0000 (+0000) Subject: Ignore generated files. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a2d820f8059b3ca64413b6924009cec7cc4ebbf;p=thirdparty%2Fcups.git Ignore generated files. Fix compile error with GNU TLS. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10931 7a7537e8-13f0-0310-91df-b6672ffda945 --- diff --git a/cups/http.c b/cups/http.c index cc6daf321d..680c328be0 100644 --- a/cups/http.c +++ b/cups/http.c @@ -5293,7 +5293,7 @@ http_setup_ssl(http_t *http) /* I - Connection to server */ http->error = EIO; http->status = HTTP_STATUS_ERROR; - _cupsSetError(IPP_PKI_ERROR, gnutls_strerror(status), 0); + _cupsSetError(IPP_STATUS_ERROR_CUPS_PKI, gnutls_strerror(status), 0); gnutls_deinit(http->tls); gnutls_certificate_free_credentials(*credentials);