ffx bug fix

This commit is contained in:
Zhi Guan
2017-12-26 22:59:18 +08:00
parent f87ae5dba7
commit 735c0a5800

View File

@@ -71,10 +71,10 @@ static uint32_t modulo[] = {
1000000000,
};
typedef struct FFX_CTX_st {
struct FFX_CTX_st {
EVP_CIPHER_CTX *cctx;
int flag;
} FFX_CTX;
};
FFX_CTX *FFX_CTX_new(void)
{