mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 04:09:11 +02:00
* update library name of openssl to work on darwin/macosX too
git-svn-id: trunk@7885 -
This commit is contained in:
parent
4ea8448c6d
commit
08df36af82
@ -74,9 +74,9 @@ var
|
||||
DLLSSLName: string = 'ssleay32.dll';
|
||||
DLLSSLName2: string = 'libssl32.dll';
|
||||
DLLUtilName: string = 'libeay32.dll';
|
||||
{$ELSE}
|
||||
DLLSSLName: string = 'libssl.so';
|
||||
DLLUtilName: string = 'libcrypto.so';
|
||||
{$ELSE}
|
||||
DLLSSLName: string = 'libssl';
|
||||
DLLUtilName: string = 'libcrypto';
|
||||
{$ENDIF}
|
||||
|
||||
type
|
||||
|
Loading…
Reference in New Issue
Block a user