ttls: Fix local certificates path - sacc - sacc (saccomys): simple gopher client.
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 4003310026b26f9c81b44fb07686e7301064c4bf
 (DIR) parent 68934acac9cff7b2b6e1ee42cb2dd912341c0f5c
 (HTM) Author: eidolon <svickova@alright.ma>
       Date:   Sun, 30 Oct 2022 18:19:42 -0400
       
       ttls: Fix local certificates path
       
       Diffstat:
         M io_tls.c                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/io_tls.c b/io_tls.c
       t@@ -28,7 +28,7 @@ struct pem {
        
        int tls;
        
       -static struct pem pem = { .dir = "share/sacc/cert" };
       +static struct pem pem = { .dir = ".share/sacc/cert" };
        
        static int
        mkpath(char *path, mode_t mode)