[Cryptech-Commits] [sw/libhal] branch ksng updated: Merge broke forced selection of software-only hash cores in client builds.

git at cryptech.is git at cryptech.is
Mon Dec 19 21:44:03 UTC 2016


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

sra at hactrn.net pushed a commit to branch ksng
in repository sw/libhal.

The following commit(s) were added to refs/heads/ksng by this push:
     new 9e725cd  Merge broke forced selection of software-only hash cores in client builds.
9e725cd is described below

commit 9e725cd708b743a7907412c9d004f5d67569d80e
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Mon Dec 19 16:41:29 2016 -0500

    Merge broke forced selection of software-only hash cores in client builds.
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index a2ddb10..c0a136b 100644
--- a/Makefile
+++ b/Makefile
@@ -174,10 +174,10 @@ else ifeq "${RPC_MODE}" "server"
   CFLAGS += -DRPC_CLIENT=RPC_CLIENT_LOCAL -DHAL_RSA_USE_MODEXP=${RSA_USE_MODEXP_CORE}
 else ifeq "${RPC_MODE}" "client-simple"
   OBJ += ${RPC_CLIENT_OBJ}
-  CFLAGS += -DRPC_CLIENT=RPC_CLIENT_REMOTE -DHAL_RSA_USE_MODEXP=0
+  CFLAGS += -DRPC_CLIENT=RPC_CLIENT_REMOTE -DHAL_RSA_USE_MODEXP=0 -DHAL_ONLY_USE_SOFTWARE_HASH_CORES=1
 else ifeq "${RPC_MODE}" "client-mixed"
   OBJ += ${RPC_CLIENT_OBJ}
-  CFLAGS += -DRPC_CLIENT=RPC_CLIENT_MIXED -DHAL_RSA_USE_MODEXP=0
+  CFLAGS += -DRPC_CLIENT=RPC_CLIENT_MIXED -DHAL_RSA_USE_MODEXP=0 -DHAL_ONLY_USE_SOFTWARE_HASH_CORES=1
 endif
 
 ifndef CRYPTECH_ROOT

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


More information about the Commits mailing list