mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-31 15:04:26 +08:00
Some warning fixes.
This commit is contained in:
@@ -77,8 +77,6 @@ int main(int argc, char **argv)
|
||||
params.option_size = 0;
|
||||
params.otp_digits = 6;
|
||||
|
||||
OpenSSL_add_all_algorithms();
|
||||
|
||||
if (!OTP_generate(¶ms, event, sizeof(event), &otp, key, sizeof(key))) {
|
||||
printf("OTP_generate() failed\n");
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user