summaryrefslogtreecommitdiff
path: root/ACE/ace/SSL/SSL_Asynch_Stream.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/SSL/SSL_Asynch_Stream.cpp')
-rw-r--r--ACE/ace/SSL/SSL_Asynch_Stream.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/ACE/ace/SSL/SSL_Asynch_Stream.cpp b/ACE/ace/SSL/SSL_Asynch_Stream.cpp
index d357c8c4f33..3612e1cfbce 100644
--- a/ACE/ace/SSL/SSL_Asynch_Stream.cpp
+++ b/ACE/ace/SSL/SSL_Asynch_Stream.cpp
@@ -1,9 +1,6 @@
+// $Id$
#include "SSL_Asynch_Stream.h"
-ACE_RCSID (ACE_SSL,
- SSL_Asynch_Stream,
- "$Id$")
-
// This only works on platforms with Asynchronous IO support.
#if OPENSSL_VERSION_NUMBER > 0x0090581fL && ((defined (ACE_WIN32) && !defined (ACE_HAS_WINCE)) || (defined (ACE_HAS_AIO_CALLS)))
@@ -505,7 +502,7 @@ ACE_SSL_Asynch_Stream::do_SSL_handshake (void)
return -1;
}
}
- return 1;
+ return 1;
}
if (this->flags_ & SF_REQ_SHUTDOWN)