Fix variables

This commit is contained in:
Angristan 2017-09-14 14:12:25 +02:00 committed by GitHub
parent 7322a711ec
commit 2171003bda

View File

@ -300,7 +300,7 @@ else
DH_CURVE="secp384r1"
;;
3)
DH_CURVE"secp521r1"
DH_CURVE="secp521r1"
;;
esac
;;
@ -320,7 +320,7 @@ else
DH_SIZE="3072"
;;
3)
DH_SIZE"4096"
DH_SIZE="4096"
;;
esac
;;
@ -351,7 +351,7 @@ else
CERT_CURVE="secp384r1"
;;
3)
CERT_CURVE"secp521r1"
CERT_CURVE="secp521r1"
;;
esac
;;
@ -371,7 +371,7 @@ else
RSA_SIZE="3072"
;;
3)
RSA_SIZE"4096"
RSA_SIZE="4096"
;;
esac
;;