diff options
author | Paul Selkirk <paul@psgd.org> | 2016-03-21 23:04:59 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2016-03-21 23:04:59 -0400 |
commit | 01f5452659c34e5232bcb534e14e45b0c430047e (patch) | |
tree | beff8a4f0bfadf551517063aa7f91cff6673e433 /tests/test-rpc_hash.c | |
parent | cdaf07d30bd440cf3ee2f6615d044634734047bd (diff) | |
parent | cf04c6c34994f545cbf509a6de4aed096e48aa61 (diff) |
Merge branch 'master' into rpc
Diffstat (limited to 'tests/test-rpc_hash.c')
-rw-r--r-- | tests/test-rpc_hash.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test-rpc_hash.c b/tests/test-rpc_hash.c index 8b41ac7..22bc589 100644 --- a/tests/test-rpc_hash.c +++ b/tests/test-rpc_hash.c @@ -40,6 +40,8 @@ #include <assert.h> #include <hal.h> + +#warning This is wrong, nothing outside libhal itself should include hal_internal.h #include <hal_internal.h> /* Usual NIST sample messages. */ |