[Cryptech-Commits] [sw/libhal] 01/02: Change names of RPC client environment variables to something a bit less obscure.
git at cryptech.is
git at cryptech.is
Thu Jul 7 17:05:51 UTC 2016
This is an automated email from the git hooks/post-receive script.
sra at hactrn.net pushed a commit to branch master
in repository sw/libhal.
commit 90835dcbe717824146e68cc686387546f0e45cfc
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Thu Jul 7 12:17:49 2016 -0400
Change names of RPC client environment variables to something a bit less obscure.
---
hal_internal.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/hal_internal.h b/hal_internal.h
index 5bdc83f..129dc31 100644
--- a/hal_internal.h
+++ b/hal_internal.h
@@ -482,8 +482,8 @@ typedef enum {
* Names of environment variables for setting the above in RPC clients.
*/
-#define HAL_CLIENT_SERIAL_DEVICE_ENVVAR "HAL_CLIENT_SERIAL_DEVICE"
-#define HAL_CLIENT_SERIAL_SPEED_ENVVAR "HAL_CLIENT_SERIAL_SPEED"
+#define HAL_CLIENT_SERIAL_DEVICE_ENVVAR "CRYPTECH_RPC_CLIENT_SERIAL_DEVICE"
+#define HAL_CLIENT_SERIAL_SPEED_ENVVAR "CRYPTECH_RPC_CLIENT_SERIAL_SPEED"
#endif /* _HAL_INTERNAL_H_ */
More information about the Commits
mailing list