From 0c667f1dc709c0104f244169983289ef1164f862 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sun, 27 Oct 2019 21:50:56 -0400 Subject: Re-read cert and key from the same FILEs --- bounce.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bounce.h') diff --git a/bounce.h b/bounce.h index 5a03af2..60a6795 100644 --- a/bounce.h +++ b/bounce.h @@ -74,7 +74,7 @@ void ringInfo(void); int ringSave(FILE *file); void ringLoad(FILE *file); -void listenConfig(const char *cert, const char *priv); +void listenConfig(FILE *cert, FILE *priv); size_t listenBind(int fds[], size_t cap, const char *host, const char *port); struct tls *listenAccept(int *fd, int bind); -- cgit 1.4.1