mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-13 03:46:26 +08:00
Add linux64-mips64 build support with mips64r2.
This commit is contained in:
@@ -620,7 +620,7 @@ int i2d_ECCCIPHERBLOB(ECCCIPHERBLOB *a, unsigned char **pp)
|
||||
return 0;
|
||||
}
|
||||
|
||||
ret = i2d_SM2CiphertextValue(cv, pp));
|
||||
ret = i2d_SM2CiphertextValue(cv, pp);
|
||||
SM2CiphertextValue_free(cv);
|
||||
return ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user