From 2ffd69f4e0e8359a6f701374514091e7fd107bba Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Mon, 6 Jul 2020 16:45:00 +0100 Subject: [PATCH] Fix typo. --- httpd-2.4.43-r1861793+.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpd-2.4.43-r1861793+.patch b/httpd-2.4.43-r1861793+.patch index ca77453..08e96cb 100644 --- a/httpd-2.4.43-r1861793+.patch +++ b/httpd-2.4.43-r1861793+.patch @@ -116,7 +116,7 @@ index cb43246..0bb6b0d 100644 - " -B Force bcrypt encryption of the password (very secure)." NL + " -2 Force SHA-256 crypt() hash of the password (very secure)." NL + " -5 Force SHA-512 crypt() hash of the password (very secure)." NL -+ " -B Force bcrypt aencryption of the password (very secure)." NL ++ " -B Force bcrypt encryption of the password (very secure)." NL " -C Set the computing time used for the bcrypt algorithm" NL " (higher is more secure but slower, default: %d, valid: 4 to 17)." NL + " -r Set the number of rounds used for the SHA-256, SHA-512 algorithms" NL