#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,"$Id:SSLIOP_OwnCredentials.cpp 77001 2007-02-12 07:54:49Z johnnyw $") 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 : SSLIOP_OwnCredentials.cpp 77001 2007-02-12 07:54:49Z johnnyw $") 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 } |