Whitespace and style cleanup only.

This commit is contained in:
Michael Lotz
2015-04-12 18:50:01 +02:00
parent d66114bece
commit 9bf9ee3806
5 changed files with 5 additions and 6 deletions
+2 -2
View File
@@ -25,8 +25,8 @@ for architectureObject in [ MultiArchSubDirSetup ] {
Includes [ FGristFiles $(sslSources) SecureSocket.cpp Includes [ FGristFiles $(sslSources) SecureSocket.cpp
HttpAuthentication.cpp Certificate.cpp ] HttpAuthentication.cpp Certificate.cpp ]
: [ BuildFeatureAttribute openssl : headers ] ; : [ BuildFeatureAttribute openssl : headers ] ;
# Dependency needed to trigger downloading/unzipping the package before # Dependency needed to trigger downloading/unzipping the package
# compiling the files. # before compiling the files.
SetupFeatureObjectsDir ssl ; SetupFeatureObjectsDir ssl ;
} else { } else {
# As we don't have md5 from ssl, use our own # As we don't have md5 from ssl, use our own
@@ -3,7 +3,6 @@
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#include <NetworkInterface.h> #include <NetworkInterface.h>
#include <errno.h> #include <errno.h>