diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2015-09-17 16:41:06 +0300 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2015-09-17 16:41:06 +0300 |
| commit | d38472413991be07086ffc4d0a9256f475cfd055 (patch) | |
| tree | 61b853b4df8cd901d68b1eda6028091759eceb70 | |
| parent | a1f7e50ffe287139c04510933aeb54445d1ceed1 (diff) | |
| download | rabbitmq-server-git-d38472413991be07086ffc4d0a9256f475cfd055.tar.gz | |
Ditto
| -rw-r--r-- | src/rabbit_password_hashing_md5.erl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/rabbit_password_hashing_md5.erl b/src/rabbit_password_hashing_md5.erl index f60378e08f..882a02b2ea 100644 --- a/src/rabbit_password_hashing_md5.erl +++ b/src/rabbit_password_hashing_md5.erl @@ -14,9 +14,9 @@ %% Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved. %% -%% Legacy hashing implementation, only used as the -%% last resort when #internal_user.hashing_algorithm -%% is md5 or undefined (the case in pre-3.6.0 user records). +%% Legacy hashing implementation, only used as the last resort when +%% #internal_user.hashing_algorithm is md5 or undefined (the case in +%% pre-3.6.0 user records). -module(rabbit_password_hashing_md5). |
