mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-06-30 09:43:38 +08:00
update commands
This commit is contained in:
12
apps/otp.c
12
apps/otp.c
@@ -46,14 +46,9 @@
|
||||
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
* ====================================================================
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright 2002-2016 The OpenSSL Project Authors. All Rights Reserved.
|
||||
*
|
||||
* Licensed under the OpenSSL license (the "License"). You may not use
|
||||
* this file except in compliance with the License. You can obtain a copy
|
||||
* in the file LICENSE in the source distribution or at
|
||||
* https://www.openssl.org/source/license.html
|
||||
* gmssl otp -setup
|
||||
* gmssl otp -genkey
|
||||
*/
|
||||
|
||||
#include <openssl/opensslconf.h>
|
||||
@@ -82,8 +77,7 @@ OPTIONS otp_options[] = {
|
||||
{NULL}
|
||||
};
|
||||
|
||||
|
||||
int sm9_main(int argc, char **argv)
|
||||
int otp_main(int argc, char **argv)
|
||||
{
|
||||
printf("otp not implemented\n");
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user