mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-21 15:56:24 +08:00
fix sm2 compile error (#983)
* fix i2o_SM2CiphertextValue error * fix i2o_SM2CiphertextValue error
This commit is contained in:
@@ -67,11 +67,6 @@ int main(int argc, char **argv)
|
||||
# include <openssl/sm2.h>
|
||||
# include "../crypto/sm2/sm2_lcl.h"
|
||||
|
||||
int i2o_SM2CiphertextValue(const EC_GROUP *group, const SM2CiphertextValue *cv,
|
||||
unsigned char **pout);
|
||||
SM2CiphertextValue *o2i_SM2CiphertextValue(const EC_GROUP *group, const EVP_MD *md,
|
||||
SM2CiphertextValue **cv, const unsigned char **pin, long len);
|
||||
|
||||
# define VERBOSE 1
|
||||
|
||||
RAND_METHOD fake_rand;
|
||||
|
||||
Reference in New Issue
Block a user