tMakefile: change comment -lssl to -ltls - rohrpost - A commandline mail client to change the world as we see it.
 (HTM) git clone git://r-36.net/rohrpost
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 0d3b8a3e68766c25db54733bb76a8630c486baf3
 (DIR) parent 088ecb2a4c986c8b91f64d3071e7d2ee3cf8d861
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Mon, 17 Aug 2020 12:04:27 +0200
       
       Makefile: change comment -lssl to -ltls
       
       Signed-off-by: Christoph Lohmann <20h@r-36.net>
       
       Diffstat:
         Makefile                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       t@@ -14,7 +14,7 @@ SHAREPREFIX = ${PREFIX}/share/${NAME}
        # includes and libs
        LIBS = -ltls
        # OpenBSD
       -#LIBS = -lssl -lcrypto -liconv
       +#LIBS = -ltls -lcrypto -liconv
        
        # flags
        RP_CPPFLAGS = -DVERSION=\"${VERSION}\" -D_DEFAULT_SOURCE -D_XOPEN_SOURCE -D_GNU_SOURCE ${CPPFLAGS}