diff options
author | Rob Austein <sra@hactrn.net> | 2017-03-02 20:32:18 -0500 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2017-03-02 20:32:18 -0500 |
commit | c2f499e0a301d4ad0f92d58f436d01087ceae1bb (patch) | |
tree | e7d2e4c6e7165c74420fa8b9a91565e926015dbe /hal.h | |
parent | 9afc5d0b081983779439aa6f91781efb3e56d01d (diff) |
Fix dumb copy/paste errors.
Diffstat (limited to 'hal.h')
-rw-r--r-- | hal.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -106,8 +106,8 @@ #define ECDSA256_NAME "ecdsa256" #define ECDSA256_VERSION "0.11" -#define ECDSA256_NAME "ecdsa384" -#define ECDSA256_VERSION "0.11" +#define ECDSA384_NAME "ecdsa384" +#define ECDSA384_VERSION "0.11" /* * C API error codes. Defined in this form so we can keep the tokens |