summaryrefslogtreecommitdiff
path: root/src/mongo/util/password_digest.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/util/password_digest.h')
-rw-r--r--src/mongo/util/password_digest.h14
1 files changed, 6 insertions, 8 deletions
diff --git a/src/mongo/util/password_digest.h b/src/mongo/util/password_digest.h
index 434bbf819b9..46a3933b974 100644
--- a/src/mongo/util/password_digest.h
+++ b/src/mongo/util/password_digest.h
@@ -35,12 +35,10 @@
namespace mongo {
- /**
- * Hashes the password so that it can be stored in a user object or used for MONGODB-CR
- * authentication.
- */
- std::string createPasswordDigest(StringData username,
- StringData clearTextPassword);
-
-} // namespace mongo
+/**
+ * Hashes the password so that it can be stored in a user object or used for MONGODB-CR
+ * authentication.
+ */
+std::string createPasswordDigest(StringData username, StringData clearTextPassword);
+} // namespace mongo