#include "SSL_Context.h"
#include "sslconf.h"
#include "ace/Guard_T.h"
#include "ace/Object_Manager.h"
#include "ace/Log_Msg.h"
#include "ace/Singleton.h"
#include "ace/Synch_Traits.h"
#include "ace/Truncate.h"
#include "ace/ACE.h"
#include "ace/OS_NS_errno.h"
#include "ace/OS_NS_string.h"
#include <openssl/x509.h>
#include <openssl/err.h>
#include <openssl/rand.h>
#include <openssl/safestack.h>
Functions | |
ACE_RCSID (ACE_SSL, SSL_Context,"$Id: SSL_Context.cpp 85202 2009-04-28 18:52:57Z johnnyw $") namespace |
ACE_RCSID | ( | ACE_SSL | , | |
SSL_Context | , | |||
"$Id: SSL_Context.cpp 85202 2009-04-28 18:52:57Z johnnyw $" | ||||
) |
Reference count of the number of times the ACE_SSL_Context was initialized.