diff options
author | Paul Selkirk <paul@psgd.org> | 2019-04-09 18:06:24 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2019-04-09 18:06:24 -0400 |
commit | 411b5a9ee7d28d2bce9b297a865132e39712d93b (patch) | |
tree | 4a11012fc16157febc4b4bdebd538a7a57c6d915 /hal.h | |
parent | 51d57abc29ae9763c9eecf5742eb8f382f057916 (diff) | |
parent | e4fa00258cd920d4ea91b024ee007f5b44bac196 (diff) |
Rebase branch 'js_keywrap' from master.js_keywrap
Diffstat (limited to 'hal.h')
-rw-r--r-- | hal.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -121,6 +121,9 @@ #define KEYWRAP_NAME "key wrap" #define KEYWRAP_VERSION "0.70" +#define KEYWRAP_NAME "key wrap" +#define KEYWRAP_VERSION "0.70" + /* * C API error codes. Defined in this form so we can keep the tokens * and error strings together. See errorstrings.c. |