summaryrefslogtreecommitdiff
path: root/ACE/ace/SSL/SSL_Context.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/SSL/SSL_Context.inl')
-rw-r--r--ACE/ace/SSL/SSL_Context.inl3
1 files changed, 2 insertions, 1 deletions
diff --git a/ACE/ace/SSL/SSL_Context.inl b/ACE/ace/SSL/SSL_Context.inl
index 295a0fab8b2..9962ad09bdc 100644
--- a/ACE/ace/SSL/SSL_Context.inl
+++ b/ACE/ace/SSL/SSL_Context.inl
@@ -38,8 +38,9 @@ ACE_SSL_Context::check_context (void)
if (this->context_ == 0)
{
this->set_mode ();
- ::SSL_CTX_set_verify (this->context_, this->default_verify_mode (), 0);
}
+
+ ::SSL_CTX_set_verify (this->context_, this->default_verify_mode (), 0);
}
ACE_INLINE SSL_CTX *