// ********************************************************************** // // Copyright (c) 2001 // MutableRealms, Inc. // Huntsville, AL, USA // // All Rights Reserved // // ********************************************************************** #ifndef ICE_SSL_RSA_PRIVATE_KEY_F_H #define ICE_SSL_RSA_PRIVATE_KEY_F_H #include namespace IceSSL { namespace OpenSSL { class RSAPrivateKey; typedef IceInternal::Handle RSAPrivateKeyPtr; } } namespace IceInternal { void incRef(::IceSSL::OpenSSL::RSAPrivateKey*); void decRef(::IceSSL::OpenSSL::RSAPrivateKey*); } #endif