From 6dc5eee863cc00f3935a5c1ff0de8dc6406caf01 Mon Sep 17 00:00:00 2001 From: geby Date: Wed, 22 Mar 2023 18:10:23 +0000 Subject: [PATCH] Fix bug #70 - OpenSSL3 on Mac git-svn-id: https://svn.code.sf.net/p/synalist/code/trunk@269 7c85be65-684b-0410-a082-b2ed4fbef004 --- ssl_openssl3_lib.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ssl_openssl3_lib.pas b/ssl_openssl3_lib.pas index 0bbacf9..caf6ad1 100644 --- a/ssl_openssl3_lib.pas +++ b/ssl_openssl3_lib.pas @@ -103,8 +103,8 @@ uses var {$IFNDEF MSWINDOWS} {$IFDEF DARWIN} - DLLSSLName: string = 'libssl.dylib'; - DLLUtilName: string = 'libcrypto.dylib'; + DLLSSLName: string = 'libssl.3.dylib'; + DLLUtilName: string = 'libcrypto.3.dylib'; {$ELSE} {$IFDEF OS2} {$IFDEF OS2GCC}