This commit is contained in:
Zhi Guan
2017-05-13 22:58:33 +08:00
parent a55b1a4efb
commit 95ab1114af
15 changed files with 945 additions and 1061 deletions

View File

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