URI:
       txmrig-proxy-5.10.2-nonotls.patch - parlay - yet another gentoo overlay
  HTML git clone https://git.parazyd.org/parlay
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
       txmrig-proxy-5.10.2-nonotls.patch (576B)
       ---
            1 From 3aa1a0300bfdac4e42a3ac8bc177169d5abd96dc Mon Sep 17 00:00:00 2001
            2 From: Matt Smith <matt@offtopica.uk>
            3 Date: Mon, 8 Jun 2020 08:47:28 +0100
            4 Subject: [PATCH] Don't suffix binary with -notls
            5 
            6 ---
            7  cmake/OpenSSL.cmake | 2 --
            8  1 file changed, 2 deletions(-)
            9 
           10 diff --git a/cmake/OpenSSL.cmake b/cmake/OpenSSL.cmake
           11 index c05ee86..fdcc847 100644
           12 --- a/cmake/OpenSSL.cmake
           13 +++ b/cmake/OpenSSL.cmake
           14 @@ -56,6 +56,4 @@ else()
           15              src/base/net/http/HttpServer.h
           16              )
           17      endif()
           18 -
           19 -    set(CMAKE_PROJECT_NAME "${CMAKE_PROJECT_NAME}-notls")
           20  endif()
           21 -- 
           22 2.27.0
           23