#include <string.h>
#include <dlfcn.h>
#include <XrdCrypto/XrdCryptoAux.hh>
#include <XrdCrypto/XrdCryptoTrace.hh>
#include <XrdCrypto/XrdCryptoFactory.hh>
#include <XrdCrypto/XrdCryptolocalFactory.hh>
Go to the source code of this file.
Classes | |
struct | FactoryEntry |
Defines | |
#define | LT_MODULE_EXT ".so" |
Variables | |
const char * | XrdCryptoFactoryCVSID = "$Id: XrdCryptoFactory.cc 38011 2011-02-08 18:35:57Z ganis $" |
static XrdCryptolocalFactory | localCryptoFactory |
#define LT_MODULE_EXT ".so" |
Definition at line 30 of file XrdCryptoFactory.cc.
Referenced by XrdCryptoFactory::GetCryptoFactory().
XrdCryptolocalFactory localCryptoFactory [static] |
Definition at line 34 of file XrdCryptoFactory.cc.
Referenced by XrdCryptoFactory::GetCryptoFactory().
const char* XrdCryptoFactoryCVSID = "$Id: XrdCryptoFactory.cc 38011 2011-02-08 18:35:57Z ganis $" |
Definition at line 3 of file XrdCryptoFactory.cc.