Skip to content

Commit

Permalink
[core] Fix build with mbedtls older than 428cc52a73. (#1945)
Browse files Browse the repository at this point in the history
  • Loading branch information
quink-black authored Apr 15, 2021
1 parent 4f06c2e commit 8c8d6fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haicrypt/cryspr-mbedtls.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ This type reserves room in the CRYPSPR control block for Haicrypt KEK and SEK
It is set from hte keystring through CRYSPR_methods.aes_set_key and passed
to CRYSPR_methods.aes_XXX.
*/
typedef struct mbedtls_aes_context CRYSPR_AESCTX; /* CRYpto Service PRovider AES key context */
typedef mbedtls_aes_context CRYSPR_AESCTX; /* CRYpto Service PRovider AES key context */

struct tag_CRYSPR_methods *crysprMbedtls(void);

Expand Down

0 comments on commit 8c8d6fb

Please sign in to comment.