mirror of
				https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
				synced 2025-10-31 18:47:47 +00:00 
			
		
		
		
	add HTTP(S)Client to makefiles
This commit is contained in:
		| @@ -11,8 +11,8 @@ include $(POCO_BASE)/build/rules/global | |||||||
| SYSLIBS += -lssl -lcrypto | SYSLIBS += -lssl -lcrypto | ||||||
|  |  | ||||||
| objects = AcceptCertificateHandler RejectCertificateHandler ConsoleCertificateHandler \ | objects = AcceptCertificateHandler RejectCertificateHandler ConsoleCertificateHandler \ | ||||||
| 	CertificateHandlerFactory CertificateHandlerFactoryMgr \ | 	CertificateHandlerFactory CertificateHandlerFactoryMgr Context \ | ||||||
| 	Context HTTPSClientSession HTTPSStreamFactory HTTPSSessionInstantiator \ | 	HTTPSClient HTTPSClientSession HTTPSStreamFactory HTTPSSessionInstantiator \ | ||||||
| 	InvalidCertificateHandler KeyConsoleHandler \ | 	InvalidCertificateHandler KeyConsoleHandler \ | ||||||
| 	KeyFileHandler PrivateKeyFactory PrivateKeyFactoryMgr \ | 	KeyFileHandler PrivateKeyFactory PrivateKeyFactoryMgr \ | ||||||
| 	PrivateKeyPassphraseHandler SecureServerSocket SecureServerSocketImpl \ | 	PrivateKeyPassphraseHandler SecureServerSocket SecureServerSocketImpl \ | ||||||
|   | |||||||
| @@ -16,8 +16,9 @@ SYSLIBS += -lssl -lcrypto -lz -ldl | |||||||
| endif | endif | ||||||
|  |  | ||||||
| objects = NetSSLTestSuite Driver \ | objects = NetSSLTestSuite Driver \ | ||||||
| 	HTTPSClientSessionTest HTTPSClientTestSuite HTTPSServerTest HTTPSServerTestSuite \ | 	HTTPSClientTest HTTPSClientSessionTest HTTPSClientTestSuite HTTPSServerTest \ | ||||||
| 	HTTPSStreamFactoryTest HTTPSTestServer TCPServerTest TCPServerTestSuite | 	HTTPSServerTestSuite HTTPSStreamFactoryTest HTTPSTestServer \ | ||||||
|  | 	TCPServerTest TCPServerTestSuite | ||||||
|  |  | ||||||
| target         = testrunner | target         = testrunner | ||||||
| target_version = 1 | target_version = 1 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Alex Fabijanic
					Alex Fabijanic