diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-04-13 10:20:43 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-04-13 10:20:43 +0000 |
commit | a8105c67473b78923a2cadae41e01ad3f4934b4e (patch) | |
tree | fb8146d9c3f304e6e3a1873418779b8937ab6fbd /easy-rsa/2.0/build-dh | |
parent | Temporarily backed out time backtrack handling code (diff) | |
download | openvpn-a8105c67473b78923a2cadae41e01ad3f4934b4e.tar.xz |
Merged PKCS#11 extensions to easy-rsa/2.0 (Alon Bar-Lev).
svn merge -r 995:998 https://svn.openvpn.net/projects/openvpn/contrib/alon/easy-rsa
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1006 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'easy-rsa/2.0/build-dh')
-rwxr-xr-x | easy-rsa/2.0/build-dh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/easy-rsa/2.0/build-dh b/easy-rsa/2.0/build-dh index ec7a805..f019222 100755 --- a/easy-rsa/2.0/build-dh +++ b/easy-rsa/2.0/build-dh @@ -4,7 +4,7 @@ # of an SSL/TLS connection. if [ -d $KEY_DIR ] && [ $KEY_SIZE ]; then - openssl dhparam -out ${KEY_DIR}/dh${KEY_SIZE}.pem ${KEY_SIZE} + $OPENSSL dhparam -out ${KEY_DIR}/dh${KEY_SIZE}.pem ${KEY_SIZE} else echo 'Please source the vars script first (i.e. "source ./vars")' echo 'Make sure you have edited it to reflect your configuration.' |