summaryrefslogtreecommitdiff
path: root/cpp/include/IceSSL/OpenSSL.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/IceSSL/OpenSSL.h')
-rw-r--r--cpp/include/IceSSL/OpenSSL.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/IceSSL/OpenSSL.h b/cpp/include/IceSSL/OpenSSL.h
index 8de814d1d5c..b280387417a 100644
--- a/cpp/include/IceSSL/OpenSSL.h
+++ b/cpp/include/IceSSL/OpenSSL.h
@@ -119,7 +119,7 @@ public:
// Changes made to this value have no effect on existing connections.
//
virtual SSL_CTX* getContext() = 0;
-
+
};
ICE_DEFINE_PTR(PluginPtr, Plugin);