mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-06-20 03:44:15 +08:00
update
This commit is contained in:
@@ -67,6 +67,8 @@ int main(int argc, char **argv)
|
||||
# include <openssl/sm2.h>
|
||||
# include "../crypto/sm2/sm2_lcl.h"
|
||||
|
||||
#if 0
|
||||
|
||||
# define VERBOSE 1
|
||||
|
||||
RAND_METHOD fake_rand;
|
||||
@@ -740,4 +742,11 @@ end:
|
||||
EC_GROUP_free(sm2b257test);
|
||||
EXIT(err);
|
||||
}
|
||||
#else
|
||||
int main()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user