summaryrefslogtreecommitdiff
path: root/ace
diff options
context:
space:
mode:
Diffstat (limited to 'ace')
-rw-r--r--ace/SSL/SSL_Context.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/SSL/SSL_Context.h b/ace/SSL/SSL_Context.h
index cc477e50cd5..1c29fc533bc 100644
--- a/ace/SSL/SSL_Context.h
+++ b/ace/SSL/SSL_Context.h
@@ -86,7 +86,7 @@ private:
*/
class ACE_SSL_Export ACE_SSL_Context
{
- friend void ACE_SSL_locking_callback (int, int, const char *, int);
+ friend void ACE_SSL_locking_callback (int, int, const char *, int);
public:
@@ -124,7 +124,7 @@ public:
* If the mode is not set, then the class automatically initializes
* itself to the default mode.
*/
- int set_mode (int mode = ACE_SSL_Context::SSLv3);
+ int set_mode (int mode = ACE_SSL_Context::SSLv23);
int get_mode (void) const;