summaryrefslogtreecommitdiff
path: root/ace
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-03-16 23:21:31 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-03-16 23:21:31 +0000
commit77758c5b8fa0a5277b3ba13fd2e13d4df6dfadd1 (patch)
treec0b9ea13087dc828b1ca79f3a3124b49930c6bf0 /ace
parent26edc80153ee55dbe332d8cc148ee66d9ec79cd2 (diff)
downloadATCD-77758c5b8fa0a5277b3ba13fd2e13d4df6dfadd1.tar.gz
ChangeLogTag:Fri Mar 16 15:07:23 2001 Ossama Othman <ossama@uci.edu>
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;