1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-06-26 20:17:12 +02:00

Update POCO library.

This commit is contained in:
Sandu Liviu Catalin
2023-03-23 20:19:11 +02:00
parent 8d15f4b6e9
commit 233fc103f9
2521 changed files with 257092 additions and 72789 deletions

View File

@ -5,8 +5,11 @@
#
include $(POCO_BASE)/build/rules/global
ifeq ($(findstring AIX, $(POCO_CONFIG)), AIX)
SYSLIBS += -lssl_a -lcrypto_a
else
SYSLIBS += -lssl -lcrypto
endif
objects = AcceptCertificateHandler RejectCertificateHandler ConsoleCertificateHandler \
CertificateHandlerFactory CertificateHandlerFactoryMgr \