diff options
| -rw-r--r-- | src/rabbit_password.erl | 1 | ||||
| -rw-r--r-- | src/rabbit_password_hashing.erl | 1 | ||||
| -rw-r--r-- | src/rabbit_password_hashing_md5.erl | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/src/rabbit_password.erl b/src/rabbit_password.erl index e620acb542..823ab08d90 100644 --- a/src/rabbit_password.erl +++ b/src/rabbit_password.erl @@ -13,6 +13,7 @@ %% The Initial Developer of the Original Code is GoPivotal, Inc. %% Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved. %% + -module(rabbit_password). -include("rabbit.hrl"). diff --git a/src/rabbit_password_hashing.erl b/src/rabbit_password_hashing.erl index 34bb2790c2..3aff2fec4b 100644 --- a/src/rabbit_password_hashing.erl +++ b/src/rabbit_password_hashing.erl @@ -13,6 +13,7 @@ %% The Initial Developer of the Original Code is GoPivotal, Inc. %% Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved. %% + -module(rabbit_password_hashing). -include("rabbit.hrl"). diff --git a/src/rabbit_password_hashing_md5.erl b/src/rabbit_password_hashing_md5.erl index 56a0a5ff20..f60378e08f 100644 --- a/src/rabbit_password_hashing_md5.erl +++ b/src/rabbit_password_hashing_md5.erl @@ -17,6 +17,7 @@ %% 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). -behaviour(rabbit_password_hashing). |
