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

@@ -68,6 +68,11 @@
#define BN_CTX_start hc_BN_CTX_start
#define BN_CTX_end hc_BN_CTX_end
#define BIGNUM hc_BIGNUM
#define BN_GENCB hc_BN_GENCB
#define BN_CTX hc_BN_CTX
#define BN_BLINDING hc_BN_BLINDING
/*
*
*/