summaryrefslogtreecommitdiff
path: root/cpp/include/IceSSL/RSAKeyPairF.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/IceSSL/RSAKeyPairF.h')
-rw-r--r--cpp/include/IceSSL/RSAKeyPairF.h94
1 files changed, 47 insertions, 47 deletions
diff --git a/cpp/include/IceSSL/RSAKeyPairF.h b/cpp/include/IceSSL/RSAKeyPairF.h
index d0698ec55bb..a2c900326af 100644
--- a/cpp/include/IceSSL/RSAKeyPairF.h
+++ b/cpp/include/IceSSL/RSAKeyPairF.h
@@ -1,47 +1,47 @@
-// **********************************************************************
-//
-// Copyright (c) 2001
-// MutableRealms, Inc.
-// Huntsville, AL, USA
-//
-// All Rights Reserved
-//
-// **********************************************************************
-
-#ifndef ICE_SSL_RSA_KEY_PAIR_F_H
-#define ICE_SSL_RSA_KEY_PAIR_F_H
-
-#include <Ice/Handle.h>
-
-#ifdef _WIN32
-# ifdef ICE_SSL_API_EXPORTS
-# define ICE_SSL_API __declspec(dllexport)
-# else
-# define ICE_SSL_API __declspec(dllimport)
-# endif
-#else
-# define ICE_SSL_API /**/
-#endif
-
-namespace IceSSL
-{
-
-namespace OpenSSL
-{
-
-class RSAKeyPair;
-typedef IceInternal::Handle<RSAKeyPair> RSAKeyPairPtr;
-
-}
-
-}
-
-namespace IceInternal
-{
-
-void ICE_SSL_API incRef(::IceSSL::OpenSSL::RSAKeyPair*);
-void ICE_SSL_API decRef(::IceSSL::OpenSSL::RSAKeyPair*);
-
-}
-
-#endif
+// **********************************************************************
+//
+// Copyright (c) 2001
+// MutableRealms, Inc.
+// Huntsville, AL, USA
+//
+// All Rights Reserved
+//
+// **********************************************************************
+
+#ifndef ICE_SSL_RSA_KEY_PAIR_F_H
+#define ICE_SSL_RSA_KEY_PAIR_F_H
+
+#include <Ice/Handle.h>
+
+#ifdef _WIN32
+# ifdef ICE_SSL_API_EXPORTS
+# define ICE_SSL_API __declspec(dllexport)
+# else
+# define ICE_SSL_API __declspec(dllimport)
+# endif
+#else
+# define ICE_SSL_API /**/
+#endif
+
+namespace IceSSL
+{
+
+namespace OpenSSL
+{
+
+class RSAKeyPair;
+typedef IceInternal::Handle<RSAKeyPair> RSAKeyPairPtr;
+
+}
+
+}
+
+namespace IceInternal
+{
+
+void ICE_SSL_API incRef(::IceSSL::OpenSSL::RSAKeyPair*);
+void ICE_SSL_API decRef(::IceSSL::OpenSSL::RSAKeyPair*);
+
+}
+
+#endif