URI: 
       tls: Fix local certificates path - sacc - sacc(omys), simple console gopher client
  HTML git clone git://bitreich.org/sacc/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/sacc/
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR LICENSE
       ---
   DIR commit 4003310026b26f9c81b44fb07686e7301064c4bf
   DIR parent 68934acac9cff7b2b6e1ee42cb2dd912341c0f5c
  HTML Author: eidolon <svickova@alright.ma>
       Date:   Sun, 30 Oct 2022 18:19:42 -0400
       
       tls: 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
       @@ -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)