From 899abf342dbbf8fcf124ed0858b96ea50148b02b Mon Sep 17 00:00:00 2001 From: jow Date: Mon, 18 Jul 2011 14:18:31 +0000 Subject: [package] uhttpd: support building against openssl instead of cyassl, minor cleanups (#7827) git-svn-id: svn://svn.openwrt.org/openwrt/trunk/package/uhttpd/src@27686 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- uhttpd-tls.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'uhttpd-tls.h') diff --git a/uhttpd-tls.h b/uhttpd-tls.h index 4a98b78..24dfb44 100644 --- a/uhttpd-tls.h +++ b/uhttpd-tls.h @@ -26,10 +26,9 @@ int uh_tls_ctx_cert(SSL_CTX *c, const char *file); int uh_tls_ctx_key(SSL_CTX *c, const char *file); void uh_tls_ctx_free(struct listener *l); -void uh_tls_client_accept(struct client *c); +int uh_tls_client_accept(struct client *c); int uh_tls_client_recv(struct client *c, void *buf, int len); int uh_tls_client_send(struct client *c, void *buf, int len); void uh_tls_client_close(struct client *c); #endif - -- cgit v1.2.1