diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2020-05-14 10:01:29 +0200 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2020-05-14 10:01:29 +0200 |
commit | 2d366e54e7a507b6b3dfa4c3c8bc29f55e62785e (patch) | |
tree | 34bfe092eedb7f65647e9a204587d2656210a517 /TAO | |
parent | db3c5ecbc94edb3feca008433aeeb34f9c289b2d (diff) | |
download | ATCD-2d366e54e7a507b6b3dfa4c3c8bc29f55e62785e.tar.gz |
Layout, const, logging, doxygen changes
* ACE/ace/SSL/SSL_Asynch_Stream.cpp:
* ACE/ace/SSL/SSL_Context.cpp:
* ACE/examples/IPC_SAP/SSL_SAP/README:
* ACE/examples/IPC_SAP/SSL_SAP/SSL-client-simple.h:
* ACE/examples/IPC_SAP/SSL_SAP/SSL-client.h:
* ACE/examples/IPC_SAP/SSL_SAP/SSL-server-simple.cpp:
* ACE/examples/IPC_SAP/SSL_SAP/SSL-server.cpp:
* ACE/tests/SSL/Bug_2912_Regression_Test.cpp:
* ACE/tests/SSL/Thread_Pool_Reactor_SSL_Test.cpp:
* ACE/tests/SSL/Thread_Pool_Reactor_SSL_Test.h:
* TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Factory.cpp:
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Factory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Factory.cpp b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Factory.cpp index 6cea0ee37ed..907e7246983 100644 --- a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Factory.cpp +++ b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Factory.cpp @@ -336,7 +336,7 @@ TAO::SSLIOP::Protocol_Factory::init (int argc, ACE_TCHAR* argv[]) ? SSL_MAX_SSL_SESSION_ID_LENGTH : sizeof session_id_context_; - // Note that this function returns 1, if the operation succeded. + // Note that this function returns 1, if the operation succeeded. // See SSL_CTX_set_session_id_context(3) if( 1 != ::SSL_CTX_set_session_id_context (ssl_ctx->context(), session_id_context_, |