src/sock.h
changeset 15 9bbeace56269
parent 12 4147fae232d9
child 28 9c1050bc8709
--- a/src/sock.h	Sat Feb 28 19:58:49 2009 +0200
+++ b/src/sock.h	Sat Feb 28 20:21:53 2009 +0200
@@ -48,7 +48,7 @@
  * XXX: blocking
  * XXX: doesn't do any certificate verification.
  */
-err_t sock_gnutls_connect (struct sock_stream **sock_ptr, const char *host, const char *service, struct error_info *err);
+err_t sock_ssl_connect (struct sock_stream **sock_ptr, const char *host, const char *service, struct error_info *err);
 
 /*
  * The generic read/write API for stream sockets. These are mostly identical to the equivalent read/write syscalls, but