mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-07 00:46:17 +08:00
ffx bug fix
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user