diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2001-03-16 23:21:31 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2001-03-16 23:21:31 +0000 |
commit | df0895cf1ca33f499a7a0e4f9c906d62578f1e16 (patch) | |
tree | c0b9ea13087dc828b1ca79f3a3124b49930c6bf0 /ace/SSL | |
parent | dfaa73a63be1b366da581df239d256083a729dbc (diff) | |
download | ATCD-df0895cf1ca33f499a7a0e4f9c906d62578f1e16.tar.gz |
ChangeLogTag:Fri Mar 16 15:07:23 2001 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'ace/SSL')
-rw-r--r-- | ace/SSL/SSL_Context.h | 4 |
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; |