summaryrefslogtreecommitdiff
path: root/util/net/sock.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/net/sock.h')
-rw-r--r--util/net/sock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/net/sock.h b/util/net/sock.h
index 1cd5133..f91c288 100644
--- a/util/net/sock.h
+++ b/util/net/sock.h
@@ -243,7 +243,7 @@ namespace mongo {
long long _bytesOut;
#ifdef MONGO_SSL
- shared_ptr<SSL> _ssl;
+ SSL* _ssl;
SSLManager * _sslAccepted;
#endif