diff options
author | Anthony Neal <aneal@zeroc.com> | 2002-03-14 19:43:45 +0000 |
---|---|---|
committer | Anthony Neal <aneal@zeroc.com> | 2002-03-14 19:43:45 +0000 |
commit | 48845ee139b9ecc40e352fa51e216e195e1956ba (patch) | |
tree | 1d07912867b27de514b57b957c10bd4198419aa5 /cpp/src/Ice/SslConnectionOpenSSLServer.cpp | |
parent | Added shutdownOnInterrupt/ignoreInterrupt/defaultInterrupt to (diff) | |
download | ice-48845ee139b9ecc40e352fa51e216e195e1956ba.tar.bz2 ice-48845ee139b9ecc40e352fa51e216e195e1956ba.tar.xz ice-48845ee139b9ecc40e352fa51e216e195e1956ba.zip |
Cleanup, and project modifications (forgot the Release build config).
Diffstat (limited to 'cpp/src/Ice/SslConnectionOpenSSLServer.cpp')
-rw-r--r-- | cpp/src/Ice/SslConnectionOpenSSLServer.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/Ice/SslConnectionOpenSSLServer.cpp b/cpp/src/Ice/SslConnectionOpenSSLServer.cpp index 07f16c809a1..1dcea25d049 100644 --- a/cpp/src/Ice/SslConnectionOpenSSLServer.cpp +++ b/cpp/src/Ice/SslConnectionOpenSSLServer.cpp @@ -9,7 +9,8 @@ // ********************************************************************** #include <string> -#include <sstream> +#include <sstream>
+#include <Ice/SslOpenSSLUtils.h> #include <Ice/Network.h> #include <Ice/OpenSSL.h> #include <Ice/SecurityException.h> |