Add missing hcrypto rename macros

This commit is contained in:
Nicolas Williams
2016-03-30 14:26:57 -05:00
parent d494f2f679
commit 0f138cf2d5
5 changed files with 45 additions and 7 deletions

View File

@@ -34,6 +34,10 @@
#ifndef HEIM_EC_H
#define HEIM_EC_H 1
#define EC_KEY hc_EC_KEY
#define EC_GROUP hc_EC_GROUP
#define EC_GROUP_ID hc_EC_GROUP_ID
#define EC_GROUP_ID_s hc_EC_GROUP_ID_s
#define EC_GROUP_get_degree hc_EC_GROUP_get_degree
#define EC_KEY_get0_group hc_EC_KEY_get0_group
#define EC_GROUP_get_order hc_EC_GROUP_get_order