[Cryptech-Commits] [sw/libhal] 02/05: Housekeeping: Mark hal_ks_pin_uuid extern, so it doesn't get instantiated in each object module.
git at cryptech.is
git at cryptech.is
Wed Jul 25 02:36:18 UTC 2018
This is an automated email from the git hooks/post-receive script.
paul at psgd.org pushed a commit to branch hashsig
in repository sw/libhal.
commit 6cf71d88ba365ab50c8f246ed59e8f286544a522
Author: Paul Selkirk <paul at psgd.org>
AuthorDate: Tue Jul 24 16:56:26 2018 -0400
Housekeeping: Mark hal_ks_pin_uuid extern, so it doesn't get instantiated in each object module.
---
ks.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ks.h b/ks.h
index e1f865c..0649bcd 100644
--- a/ks.h
+++ b/ks.h
@@ -58,7 +58,7 @@
* the UUID generation code (by definition -- it's not a version 4 UUID).
*/
-const hal_uuid_t hal_ks_pin_uuid;
+extern const hal_uuid_t hal_ks_pin_uuid;
/*
* Known block states.
More information about the Commits
mailing list