Add linux64-mips64 build support with mips64r2.

This commit is contained in:
Wang Qing
2018-11-27 15:29:46 +08:00
committed by Simon
parent 9fe7aa1280
commit a29d5bd436
2 changed files with 2 additions and 2 deletions

View File

@@ -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;
}