#include "orbsvcs/SSLIOP/SSLIOP_OwnCredentials.h"
Include dependency graph for SSLIOP_OwnCredentials.cpp:
Go to the source code of this file.
Functions | |
ACE_RCSID (SSLIOP, SSLIOP_OwnCredentials,"SSLIOP_OwnCredentials.cpp, v 1.8 2006/03/14 06:14:35 jtc Exp") TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO |
|
Definition at line 6 of file SSLIOP_OwnCredentials.cpp. References EVP_PKEY, TAO_BEGIN_VERSIONED_NAMESPACE_DECL, and X509.
00008 :14:35 jtc Exp") 00009 00010 00011 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00012 00013 TAO::SSLIOP::OwnCredentials::OwnCredentials (X509 *cert, EVP_PKEY *evp) 00014 : SSLIOP_Credentials (cert, evp) 00015 { 00016 } |