Fix case
Doesn't have any impact, but that's how it should be.
This commit is contained in:
parent
4ec6e24e81
commit
57d5b6329f
1 changed files with 3 additions and 3 deletions
|
|
@ -439,13 +439,13 @@ else
|
|||
done
|
||||
case $HMAC_AUTH in
|
||||
1)
|
||||
HMAC_AUTH="sha256"
|
||||
HMAC_AUTH="SHA256"
|
||||
;;
|
||||
2)
|
||||
HMAC_AUTH="sha384"
|
||||
HMAC_AUTH="SHA384"
|
||||
;;
|
||||
3)
|
||||
HMAC_AUTH="sha512"
|
||||
HMAC_AUTH="SHA512"
|
||||
;;
|
||||
esac
|
||||
echo "tls crypt or tls auth"
|
||||
|
|
|
|||
Loading…
Reference in a new issue