From 2f87cc4b109bf680b66930a3b3f3fe37a9933164 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Wed, 22 Jul 2026 10:09:11 +0200 Subject: [PATCH 1/2] Removed ancient custom locatins of openssl libs * config/openssl.mpb: --- config/openssl.mpb | 9 --------- 1 file changed, 9 deletions(-) diff --git a/config/openssl.mpb b/config/openssl.mpb index d10fdfe0..543b8929 100644 --- a/config/openssl.mpb +++ b/config/openssl.mpb @@ -30,15 +30,6 @@ feature(openssl) { includes += /usr/kerberos/include } - // Some prepackaged installations of OpenSSL have libraries in different - // locations. - specific(prop:borland) { - libpaths += $(SSL_ROOT)/lib/Builder5 - } - specific(prop:microsoft) { - libpaths += $(SSL_ROOT)/lib/VC - } - specific(cmake) { // Undo the else of the !prop:windows above. lit_libs -= ssl crypto From 80499243d2b65c4979856e73e7a8f148ed2fc9ef Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Wed, 22 Jul 2026 10:44:32 +0200 Subject: [PATCH 2/2] Removed openssl 1.0 paths * config/openssl.mpb: --- config/openssl.mpb | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/openssl.mpb b/config/openssl.mpb index 543b8929..2d971557 100644 --- a/config/openssl.mpb +++ b/config/openssl.mpb @@ -20,8 +20,6 @@ feature(openssl) { specific(prop:windows) { lit_libs += libssl libcrypto - includes += $(SSL_ROOT)/inc32 - libpaths += $(SSL_ROOT)/out32dll $(SSL_ROOT)/out32 } else { lit_libs += ssl crypto