mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-07-07 09:27:10 +02:00
Update POCO library.
This commit is contained in:
7
vendor/POCO/Crypto/testsuite/Makefile
vendored
7
vendor/POCO/Crypto/testsuite/Makefile
vendored
@ -13,13 +13,18 @@ else
|
||||
ifeq ($(POCO_CONFIG),QNX)
|
||||
SYSLIBS += -lssl -lcrypto -lz
|
||||
else
|
||||
ifeq ($(findstring AIX, $(POCO_CONFIG)), AIX)
|
||||
SYSLIBS += -lssl_a -lcrypto_a -lz -ldl
|
||||
else
|
||||
SYSLIBS += -lssl -lcrypto -lz -ldl
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
objects = CryptoTestSuite Driver \
|
||||
CryptoTest DigestEngineTest ECTest \
|
||||
EVPTest RSATest PKCS12ContainerTest
|
||||
EVPTest RSATest PKCS12ContainerTest \
|
||||
EnvelopeTest
|
||||
|
||||
target = testrunner
|
||||
target_version = 1
|
||||
|
Reference in New Issue
Block a user