Skip to content

Commit

Permalink
[XrdTls] Properly initialize TLS context.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichal committed Oct 16, 2019
1 parent 28cdc3a commit 7a9cd11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/XrdTls/XrdTlsContext.cc
Expand Up @@ -264,7 +264,8 @@ int VerCB(int aOK, X509_STORE_CTX *x509P)
/******************************************************************************/

XrdTlsContext::XrdTlsContext(const char *cert, const char *key,
const char *caDir, const char *caFile, int opts)
const char *caDir, const char *caFile, int opts) :
pImpl( new XrdTlsContextImpl() )
{
class ctx_helper
{public:
Expand Down

0 comments on commit 7a9cd11

Please sign in to comment.