summaryrefslogtreecommitdiff
path: root/cups/http-private.h
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2013-11-06 01:57:02 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2013-11-06 01:57:02 +0000
commitdd3326384f2485ce3441bbce4757f065f15137c0 (patch)
tree9e409d0fdf02715636a7833fb8dc82473f1b17a0 /cups/http-private.h
parent462b6e746cc2118e5e664fa95b5ee66cc702dc87 (diff)
Get builds going again with GNU TLS.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11393 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'cups/http-private.h')
-rw-r--r--cups/http-private.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/cups/http-private.h b/cups/http-private.h
index 006e39065..c0b6d340b 100644
--- a/cups/http-private.h
+++ b/cups/http-private.h
@@ -169,14 +169,9 @@ typedef void *http_tls_credentials_t;
* The GNU TLS library is more of a "bare metal" SSL/TLS library...
*/
-typedef gnutls_session http_tls_t;
+typedef gnutls_session_t http_tls_t;
typedef void *http_tls_credentials_t;
-//extern ssize_t _httpReadGNUTLS(gnutls_transport_ptr ptr, void *data,
-// size_t length);
-//extern ssize_t _httpWriteGNUTLS(gnutls_transport_ptr ptr, const void *data,
-// size_t length);
-
# elif defined(HAVE_CDSASSL)
/*
* Darwin's Security framework provides its own SSL/TLS context structure