mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 03:44:13 -04:00
21 lines
523 B
C
21 lines
523 B
C
$NetBSD: patch-cups-tls.c,v 1.2 2015/12/02 21:14:16 leot Exp $
|
|
|
|
Add missing stub.
|
|
|
|
--- cups/tls.c.orig 2014-08-29 15:19:40.000000000 +0000
|
|
+++ cups/tls.c
|
|
@@ -50,6 +50,13 @@
|
|
# include "tls-sspi.c"
|
|
# endif /* HAVE_GNUTLS */
|
|
#else
|
|
+
|
|
+void
|
|
+_httpTLSSetOptions(int options) /* I - Options */
|
|
+{
|
|
+ (void)options;
|
|
+}
|
|
+
|
|
/* Stubs for when TLS is not supported/available */
|
|
int
|
|
httpCopyCredentials(http_t *http, cups_array_t **credentials)
|