aboutsummaryrefslogtreecommitdiff
path: root/novena-eim.h
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2015-06-04 16:55:28 -0400
committerRob Austein <sra@hactrn.net>2015-06-04 16:55:28 -0400
commitcf865e9d768ab2dad37f82f071f0050b20f18506 (patch)
tree9bcdd8a495d5d72953f37ffbed6b03af214c7c38 /novena-eim.h
parent9176df4906ae90df7b0b1e16485571fd3d3132d8 (diff)
Disable HMAC-SHA-384 tests as neither my implementation nor PyCrypto
passes them. Add missing copyright notices, other trivial cleanup (whitespace, etc).
Diffstat (limited to 'novena-eim.h')
-rw-r--r--novena-eim.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/novena-eim.h b/novena-eim.h
index dcceaf4..5228529 100644
--- a/novena-eim.h
+++ b/novena-eim.h
@@ -51,3 +51,9 @@ void eim_write_32(off_t, uint32_t *);
* If EIM is not set up correctly, this will abort with a bus error.
*/
void eim_read_32(off_t, uint32_t *);
+
+/*
+ * Local variables:
+ * indent-tabs-mode: nil
+ * End:
+ */