chibipub

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit fbd9c3b10b2f2ebbe20b74ac5892c5d9614e6627
parent 920713785c03e5c605f5b93ac93775ae031db405
Author: William Casarin <jb55@jb55.com>
Date:   Mon, 21 Dec 2020 08:15:41 -0800

try openssl-dev

Diffstat:
M.build.yml | 2+-
Msrc/wolfsocks.c | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.build.yml b/.build.yml @@ -1,6 +1,6 @@ image: alpine/edge packages: - - openssl + - openssl-dev sources: - https://git.sr.ht/~jb55/wolfsocks tasks: diff --git a/src/wolfsocks.c b/src/wolfsocks.c @@ -35,7 +35,7 @@ static void error(char *msg) } #define SCHEMA "https://" -#define HOST "6422dbd13e2f.ngrok.io" +#define HOST "ee509bbf0a5f.ngrok.io" static void init_test_webfinger(struct webfinger *finger) {