mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-27 02:36:29 +08:00
update
This commit is contained in:
@@ -65,6 +65,7 @@ int main(int argc, char **argv)
|
||||
# include <openssl/evp.h>
|
||||
# include <openssl/gmapi.h>
|
||||
|
||||
/*
|
||||
static int test_sgd(int verbose)
|
||||
{
|
||||
int usage[] = {
|
||||
@@ -272,9 +273,10 @@ end:
|
||||
ECDSA_SIG_free(sig);
|
||||
return ret;
|
||||
}
|
||||
|
||||
*/
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
/*
|
||||
int verbose = 1;
|
||||
if (!test_sgd(verbose)
|
||||
|| !test_sdf_ec(verbose)
|
||||
@@ -287,5 +289,7 @@ int main(int argc, char **argv)
|
||||
printf("test ok\n");
|
||||
return 0;
|
||||
}
|
||||
*/
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user