Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sjögren <konstruktoid@users.noreply.github.com>2020-12-16 01:14:03 +0300
committerThomas Sjögren <konstruktoid@users.noreply.github.com>2020-12-16 01:14:03 +0300
commit60ed00114014baae30431c21a5c2275e410586b0 (patch)
treedd9cb0f54a376af056a9f3f911ab373d961eec58 /include/tests_authentication
parent807cfd430a434331ad108677f51bc1586de236ec (diff)
indentation
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
Diffstat (limited to 'include/tests_authentication')
-rw-r--r--include/tests_authentication2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_authentication b/include/tests_authentication
index f403f14b..df15b0ef 100644
--- a/include/tests_authentication
+++ b/include/tests_authentication
@@ -368,7 +368,7 @@
if [ ${SHA_CRYPT_MIN_ROUNDS_FIND} -lt ${SHA_CRYPT_MAX_ROUNDS_FIND} ]; then
SHA_CRYPT_ROUNDS=${SHA_CRYPT_MIN_ROUNDS_FIND}
else
- SHA_CRYPT_ROUNDS=${SHA_CRYPT_MAX_ROUNDS_FIND}
+ SHA_CRYPT_ROUNDS=${SHA_CRYPT_MAX_ROUNDS_FIND}
fi
elif [ -z "${SHA_CRYPT_MIN_ROUNDS_FIND}" -a -n "${SHA_CRYPT_MAX_ROUNDS_FIND}" ]; then
SHA_CRYPT_ROUNDS=${SHA_CRYPT_MAX_ROUNDS_FIND}