aboutsummaryrefslogtreecommitdiff
path: root/hal_internal.h
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2017-05-23 00:57:29 -0400
committerRob Austein <sra@hactrn.net>2017-05-23 00:57:29 -0400
commitdc8c7d92118541bba8d6f76f75a5661416055fb8 (patch)
treebb2687c8df22b9764937f3c28ae8f02f0eae604d /hal_internal.h
parentaf3f0e2f7a6be49603daf7b97cf8db0fda293a84 (diff)
Goodbye ancient mmap()-based keystore.
The Novena-era mmap()-based keystore is far enough out of date that it's not worth maintaining (and we haven't been doing so): if we ever need one again, it would be easier to rewrite it from scratch.
Diffstat (limited to 'hal_internal.h')
-rw-r--r--hal_internal.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/hal_internal.h b/hal_internal.h
index aa31585..eee2eab 100644
--- a/hal_internal.h
+++ b/hal_internal.h
@@ -689,9 +689,8 @@ static inline hal_error_t hal_ks_get_attributes(hal_ks_t *ks,
/*
* Keystore index. This is intended to be usable by both memory-based
- * (in-memory, mmap(), ...) keystores and keystores based on raw flash.
- * Some of the features aren't really necessary for memory-based keystores,
- * but should be harmless.
+ * and flash-based keystores. Some of the features aren't really
+ * necessary for memory-based keystores, but should be harmless.
*
* General approach is multiple arrays, all but one of which are
* indexed by "block" numbers, where a block number might be a slot in