mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-08-07 12:33:39 +08:00
ffx bug fix
This commit is contained in:
@@ -71,10 +71,10 @@ static uint32_t modulo[] = {
|
|||||||
1000000000,
|
1000000000,
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef struct FFX_CTX_st {
|
struct FFX_CTX_st {
|
||||||
EVP_CIPHER_CTX *cctx;
|
EVP_CIPHER_CTX *cctx;
|
||||||
int flag;
|
int flag;
|
||||||
} FFX_CTX;
|
};
|
||||||
|
|
||||||
FFX_CTX *FFX_CTX_new(void)
|
FFX_CTX *FFX_CTX_new(void)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user