summaryrefslogtreecommitdiff
path: root/src/mongo/util/net/ssl_manager.h
diff options
context:
space:
mode:
authorBenety Goh <benety@mongodb.com>2014-06-27 10:15:15 -0400
committerBenety Goh <benety@mongodb.com>2014-07-01 15:32:29 -0400
commitf8c98bee1208e04259814e0818f405081132d42c (patch)
tree6859a21e564d965ae839975284122128179e5808 /src/mongo/util/net/ssl_manager.h
parent44c3347251e39b1a04717e02cec4a7ff626baf4e (diff)
downloadmongo-f8c98bee1208e04259814e0818f405081132d42c.tar.gz
SERVER-5092 assign default log component to server modules
Diffstat (limited to 'src/mongo/util/net/ssl_manager.h')
-rw-r--r--src/mongo/util/net/ssl_manager.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mongo/util/net/ssl_manager.h b/src/mongo/util/net/ssl_manager.h
index 8e8419e1894..82698dd18ac 100644
--- a/src/mongo/util/net/ssl_manager.h
+++ b/src/mongo/util/net/ssl_manager.h
@@ -25,18 +25,19 @@
* then also delete it in the license file.
*/
-#ifdef MONGO_SSL
-
#pragma once
#include <string>
+
+#ifdef MONGO_SSL
+
#include "mongo/base/disallow_copying.h"
#include "mongo/util/net/sock.h"
#include <openssl/err.h>
#include <openssl/ssl.h>
-#endif
+#endif // #ifdef MONGO_SSL
namespace mongo {
/*