mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-07 00:46:17 +08:00
add gmssl command
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
// echo data | sm2sign -id "Alice" -keyfile sm2.pem
|
||||
// echo data | sm2verify -id "Alice" -keyfile sm2pub.pem -certfile a -cacertfile b
|
||||
|
||||
int main(int argc, char **argv)
|
||||
int sm2sign_main(int argc, char **argv)
|
||||
{
|
||||
char *prog = argv[0];
|
||||
char *keyfile = NULL;
|
||||
|
||||
Reference in New Issue
Block a user