diff options
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/IceSSL/icessl.dsp | 48 |
1 files changed, 20 insertions, 28 deletions
diff --git a/cpp/src/IceSSL/icessl.dsp b/cpp/src/IceSSL/icessl.dsp index bb7068f7d50..27a30a6397a 100644 --- a/cpp/src/IceSSL/icessl.dsp +++ b/cpp/src/IceSSL/icessl.dsp @@ -126,23 +126,19 @@ SOURCE=.\CertificateVerifierOpenSSL.cpp # End Source File
# Begin Source File
-SOURCE=.\ConfigParser.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\ConfigParserErrorReporter.cpp
+SOURCE=.\ClientContext.cpp
# End Source File
# Begin Source File
-SOURCE=.\ContextOpenSSL.cpp
+SOURCE=.\ConfigParser.cpp
# End Source File
# Begin Source File
-SOURCE=.\ContextOpenSSLClient.cpp
+SOURCE=.\ConfigParserErrorReporter.cpp
# End Source File
# Begin Source File
-SOURCE=.\ContextOpenSSLServer.cpp
+SOURCE=.\Context.cpp
# End Source File
# Begin Source File
@@ -182,10 +178,6 @@ SOURCE=.\Plugin.cpp # End Source File
# Begin Source File
-SOURCE=.\PluginBaseI.cpp
-# End Source File
-# Begin Source File
-
SOURCE=.\RSACertificateGen.cpp
# End Source File
# Begin Source File
@@ -202,6 +194,10 @@ SOURCE=.\RSAPublicKey.cpp # End Source File
# Begin Source File
+SOURCE=.\ServerContext.cpp
+# End Source File
+# Begin Source File
+
SOURCE=.\SingleCertificateVerifier.cpp
# End Source File
# Begin Source File
@@ -270,27 +266,23 @@ SOURCE=..\..\include\IceSSL\CertificateVerifierOpenSSL.h # End Source File
# Begin Source File
-SOURCE=.\ConfigParser.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\ConfigParserErrorReporter.h
+SOURCE=.\ClientContext.h
# End Source File
# Begin Source File
-SOURCE=.\ContextOpenSSL.h
+SOURCE=.\ConfigParser.h
# End Source File
# Begin Source File
-SOURCE=.\ContextOpenSSLClient.h
+SOURCE=.\ConfigParserErrorReporter.h
# End Source File
# Begin Source File
-SOURCE=.\ContextOpenSSLF.h
+SOURCE=.\Context.h
# End Source File
# Begin Source File
-SOURCE=.\ContextOpenSSLServer.h
+SOURCE=.\ContextF.h
# End Source File
# Begin Source File
@@ -330,19 +322,15 @@ SOURCE=.\OpenSSLPluginI.h # End Source File
# Begin Source File
-SOURCE=.\OpenSSLUtils.h
+SOURCE=.\OpenSSLPluginIF.h
# End Source File
# Begin Source File
-SOURCE=..\..\include\IceSSL\Plugin.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\PluginBaseI.h
+SOURCE=.\OpenSSLUtils.h
# End Source File
# Begin Source File
-SOURCE=.\PluginBaseIF.h
+SOURCE=..\..\include\IceSSL\Plugin.h
# End Source File
# Begin Source File
@@ -382,6 +370,10 @@ SOURCE=..\..\include\IceSSL\RSAPublicKeyF.h # End Source File
# Begin Source File
+SOURCE=.\ServerContext.h
+# End Source File
+# Begin Source File
+
SOURCE=.\SingleCertificateVerifier.h
# End Source File
# Begin Source File
|