summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/OpenSSL.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/OpenSSL.h')
-rw-r--r--cpp/src/Ice/OpenSSL.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/cpp/src/Ice/OpenSSL.h b/cpp/src/Ice/OpenSSL.h
new file mode 100644
index 00000000000..9481f15a98e
--- /dev/null
+++ b/cpp/src/Ice/OpenSSL.h
@@ -0,0 +1,29 @@
+// **********************************************************************
+//
+// Copyright (c) 2001
+// MutableRealms, Inc.
+// Huntsville, AL, USA
+//
+// All Rights Reserved
+//
+// **********************************************************************
+#ifndef ICE_OPENSSL_H
+#define ICE_OPENSSL_H
+
+#include <openssl/ssl.h>
+
+namespace IceSecurity
+{
+
+typedef enum
+{
+ NO_SECURITY_TRACE = 0,
+ SECURITY_WARNINGS,
+ SECURITY_PARSE_WARNINGS,
+ SECURITY_PROTOCOL,
+ SECURITY_PROTOCOL_DEBUG
+} SecurityTraceLevel;
+
+}
+
+#endif