diff options
author | msmit <msmit@remedy.nl> | 2010-07-29 10:48:29 +0000 |
---|---|---|
committer | msmit <msmit@remedy.nl> | 2010-07-29 10:48:29 +0000 |
commit | c934b9a0e1294d8293d1c78e88ae4aca8c384788 (patch) | |
tree | 87044100915866b9aa25b31c27ac5ccefa4cb56a /ACE/protocols | |
parent | 3d514466f07a7a2c5f52cec292b85642eaa02820 (diff) | |
download | ATCD-c934b9a0e1294d8293d1c78e88ae4aca8c384788.tar.gz |
Thu Jul 29 10:43:32 UTC 2010 Marcel Smit <msmit@remedy.nl>
* bin/MakeProjectCreator/config/global.features:
* bin/MakeProjectCreator/config/inetssl.mpb:
* protocols/ace/INet/inet_ssl.mpb:
Created a new feature, inet_ssl. When set, the INet libary
builds, using SSL. To let the INet libary use SSL, one should
enable the inet_ssl feature in default.features and add ssl=1 to
the platform_macos.GNU.
Diffstat (limited to 'ACE/protocols')
-rw-r--r-- | ACE/protocols/ace/INet/inet_ssl.mpb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ACE/protocols/ace/INet/inet_ssl.mpb b/ACE/protocols/ace/INet/inet_ssl.mpb index 36e34788b1c..cd0f134cd8f 100644 --- a/ACE/protocols/ace/INet/inet_ssl.mpb +++ b/ACE/protocols/ace/INet/inet_ssl.mpb @@ -1,7 +1,7 @@ // -*- MPC -*- // $Id$ -feature(ssl) : ssl { +feature(inet_ssl) : ssl { Source_Files { SSL_X509Cert.cpp SSL_CertificateCallback.cpp @@ -12,10 +12,12 @@ feature(ssl) : ssl { HTTPS_SessionFactory.cpp SSL_Proxy_Connector.cpp } + Template_Files { SSLSock_IOStream.cpp HTTPS_Session.cpp } + Header_Files { } } |