diff options
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/IceSSL/TransceiverI.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceSSL/TransceiverI.h b/cpp/src/IceSSL/TransceiverI.h index 3ac4c2cf12c..6f162da9c94 100644 --- a/cpp/src/IceSSL/TransceiverI.h +++ b/cpp/src/IceSSL/TransceiverI.h @@ -16,7 +16,7 @@ #include <Ice/Transceiver.h> #include <IceSSL/Plugin.h> -//#include <openssl/ssl.h> +typedef struct ssl_st SSL; namespace IceSSL { |