summaryrefslogtreecommitdiff
path: root/src/lib/libressl/ressl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libressl/ressl.h')
-rw-r--r--src/lib/libressl/ressl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libressl/ressl.h b/src/lib/libressl/ressl.h
index 10e3dc85ed..bfe9b11f7b 100644
--- a/src/lib/libressl/ressl.h
+++ b/src/lib/libressl/ressl.h
@@ -47,8 +47,8 @@ int ressl_configure(struct ressl *ctx, struct ressl_config *config);
47void ressl_reset(struct ressl *ctx); 47void ressl_reset(struct ressl *ctx);
48void ressl_free(struct ressl *ctx); 48void ressl_free(struct ressl *ctx);
49 49
50int ressl_accept(struct ressl *ctx); 50int ressl_accept(struct ressl *ctx, struct ressl **cctx);
51int ressl_accept_socket(struct ressl *ctx, int socket); 51int ressl_accept_socket(struct ressl *ctx, struct ressl **cctx, int socket);
52int ressl_connect(struct ressl *ctx, const char *host, const char *port); 52int ressl_connect(struct ressl *ctx, const char *host, const char *port);
53int ressl_connect_socket(struct ressl *ctx, int s, const char *hostname); 53int ressl_connect_socket(struct ressl *ctx, int s, const char *hostname);
54int ressl_listen(struct ressl *ctx, const char *host, const char *port, int af); 54int ressl_listen(struct ressl *ctx, const char *host, const char *port, int af);