[Cryptech-Commits] [user/sra/openssl-engine] branch master updated: Cleanup.

git at cryptech.is git at cryptech.is
Fri Jul 7 22:22:38 UTC 2017


This is an automated email from the git hooks/post-receive script.

sra at hactrn.net pushed a commit to branch master
in repository user/sra/openssl-engine.

The following commit(s) were added to refs/heads/master by this push:
     new 10ade41  Cleanup.
10ade41 is described below

commit 10ade412e7c49a833e948e11d6f20aaa3a9e84ee
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Fri Jul 7 18:22:28 2017 -0400

    Cleanup.
---
 https-server.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/https-server.sh b/https-server.sh
index ea105cd..376f400 100755
--- a/https-server.sh
+++ b/https-server.sh
@@ -7,7 +7,6 @@ stunnel -fd 0 <<EOF
 engine		= dynamic
 engineCtrl	= SO_PATH:${ENGINE_MODULE}
 engineCtrl	= ID:pkcs11
-engineCtrl	= LIST_ADD:1
 engineCtrl	= LOAD
 engineCtrl	= MODULE_PATH:${PKCS11_MODULE}
 engineCtrl	= PIN:${PKCS11_PIN}
@@ -19,7 +18,7 @@ pid		=
 [https]
 accept		= :::4443
 cert		= $(pwd)/nogoodnik.cer
-engineNum	= 1
+engineId	= pkcs11
 key		= label_boris
 exec		= /usr/sbin/micro-httpd
 execargs	= micro-httpd $(pwd)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Commits mailing list