summaryrefslogtreecommitdiff
path: root/src/mongo/util/net/sock.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/util/net/sock.h')
-rw-r--r--src/mongo/util/net/sock.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/util/net/sock.h b/src/mongo/util/net/sock.h
index 9828ddcf1f5..a9da4bdbbfb 100644
--- a/src/mongo/util/net/sock.h
+++ b/src/mongo/util/net/sock.h
@@ -63,7 +63,6 @@ namespace mongo {
class SSLManagerInterface;
class SSLConnection;
#endif
-struct SSLPeerInfo;
extern const int portSendFlags;
extern const int portRecvFlags;
@@ -222,7 +221,7 @@ public:
*
* This function may throw SocketException.
*/
- SSLPeerInfo doSSLHandshake(const char* firstBytes = NULL, int len = 0);
+ std::string doSSLHandshake(const char* firstBytes = NULL, int len = 0);
/**
* @return the time when the socket was opened.