mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-11-08 01:42:42 +01:00
Fix case
Doesn't have any impact, but that's how it should be.
This commit is contained in:
@@ -439,13 +439,13 @@ else
|
|||||||
done
|
done
|
||||||
case $HMAC_AUTH in
|
case $HMAC_AUTH in
|
||||||
1)
|
1)
|
||||||
HMAC_AUTH="sha256"
|
HMAC_AUTH="SHA256"
|
||||||
;;
|
;;
|
||||||
2)
|
2)
|
||||||
HMAC_AUTH="sha384"
|
HMAC_AUTH="SHA384"
|
||||||
;;
|
;;
|
||||||
3)
|
3)
|
||||||
HMAC_AUTH="sha512"
|
HMAC_AUTH="SHA512"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
echo "tls crypt or tls auth"
|
echo "tls crypt or tls auth"
|
||||||
|
|||||||
Reference in New Issue
Block a user