diff options
author | Rob Austein <sra@hactrn.net> | 2017-05-23 00:57:29 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2017-05-23 00:57:29 -0400 |
commit | dc8c7d92118541bba8d6f76f75a5661416055fb8 (patch) | |
tree | bb2687c8df22b9764937f3c28ae8f02f0eae604d /ks_volatile.c | |
parent | af3f0e2f7a6be49603daf7b97cf8db0fda293a84 (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 'ks_volatile.c')
-rw-r--r-- | ks_volatile.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ks_volatile.c b/ks_volatile.c index 2dcb599..515a8e8 100644 --- a/ks_volatile.c +++ b/ks_volatile.c @@ -53,9 +53,9 @@ #endif /* - * In-memory keystore database. This should also be usable for - * mmap(), if and when we get around to rewriting that driver (and in - * which case this driver probably ought to be renamed ks_memory). + * In-memory keystore database. This is a bit more complicated than + * necessary because originally I though we would want to continue + * supporting an mmap()-based keystore as well. Needs cleaning up. */ typedef struct { |